diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 4c38ed12..51a07482 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -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