diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df9993ae..1ade6dbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: RUSTFLAGS: -Cinstrument-coverage RUSTDOCFLAGS: -Cinstrument-coverage run: | - cargo test --target ${{ matrix.target }} --workspace --all-features + cargo test --workspace --all-features - name: Produce coverage info if: ${{ startsWith(matrix.platform, 'linux-') }} @@ -114,11 +114,11 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - name: Install benchmarking tools - if: ${{ github.ref == 'refs/heads/main' && startsWith(matrix.platform, 'ubuntu-') }} + if: ${{ github.ref == 'refs/heads/main' && startsWith(matrix.platform, 'linux-') }} uses: bencherdev/bencher@main - name: Run benchmarks - if: ${{ github.ref == 'refs/heads/main' && startsWith(matrix.platform, 'ubuntu-') }} + if: ${{ github.ref == 'refs/heads/main' && startsWith(matrix.platform, 'linux-') }} env: BENCHER_API_TOKEN: ${{ secrets.BENCHER_API_TOKEN }} BENCHER_PROJECT: theseus-rs-ristretto