Skip to content

Commit

Permalink
update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Quba1 committed Jan 27, 2024
1 parent 4b0847e commit 95c59b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cargo clean
- name: Test with cargo
run: |
RUST_BACKTRACE=full cargo test
RUST_BACKTRACE=full cargo test --all-features
- name: Check with clippy
run: |
cargo clippy -- -W clippy::pedantic
Expand All @@ -45,7 +45,7 @@ jobs:
cargo clean
- name: Test with cargo
run: |
RUST_BACKTRACE=full cargo test
RUST_BACKTRACE=full cargo test --all-features
- name: Check with clippy
run: |
cargo clippy -- -W clippy::pedantic
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cargo clean
- name: Test with cargo
run: |
cargo test
cargo test --all-features
cargo clean
- name: Benchmark with criterion
run: |
Expand All @@ -57,7 +57,7 @@ jobs:
cargo clean
- name: Test with cargo
run: |
cargo test
cargo test --all-features
cargo clean
- name: Benchmark with criterion
run: |
Expand Down

0 comments on commit 95c59b6

Please sign in to comment.