Skip to content

Commit

Permalink
chore: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nakashima-hikaru committed Jan 17, 2024
1 parent 20a1915 commit e742c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
# - run: cargo fmt --all --check
- run: cargo check --workspace
- run: cargo clippy --all-targets --all-features -- -D warnings -Aclippy::multiple_crate_versions
- run: cargo clippy --all-features -- -D warnings
- run: cargo test --doc -- --show-output
- run: cargo nextest run

Expand All @@ -35,6 +35,6 @@ jobs:
uses: dtolnay/rust-toolchain@nightly

- name: Run benchmarks
run: cargo +nightly bench --locked --all-features
run: cargo +nightly bench
env:
RUSTFLAGS: --cfg=bench

0 comments on commit e742c16

Please sign in to comment.