Skip to content

Commit

Permalink
Fix github tests
Browse files Browse the repository at this point in the history
Unfortunately, dev-dependencies cannot be optional.
  • Loading branch information
cesarb committed Jun 8, 2023
1 parent f1c4d45 commit 676d5fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: [1.60.0, stable, beta, nightly]
toolchain: [1.68.0, stable, beta, nightly]
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down Expand Up @@ -85,5 +85,4 @@ jobs:
cargo build --verbose --target $TARGET
cargo build --verbose --release --target $TARGET
- run: cargo test --release --features count_instructions_test -- --test-threads 1
if: ${{ matrix.toolchain != '1.60.0' }}
- run: cargo bench --verbose

0 comments on commit 676d5fb

Please sign in to comment.