Skip to content

Commit

Permalink
Correct step names
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause authored Jun 29, 2021
1 parent 8d52dd1 commit a3b3617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
override: true
components: rustfmt, clippy
- name: Cache .cargo
id: cache-primes
id: cache-cargo
uses: actions/cache@v2
with:
path: ~/.cargo
key: ${{ runner.os }}-${{ hashFiles('Cargo**') }}
- name: Install rust script
- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test
Expand Down

0 comments on commit a3b3617

Please sign in to comment.