Skip to content

Commit

Permalink
Remove extra checks
Browse files Browse the repository at this point in the history
  • Loading branch information
1Git2Clone committed Nov 17, 2024
1 parent 4f67a2d commit 075ec7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: hw1-test-1
run: cargo test --verbose --features hw1-test-1
- name: hw1-test-2
run: RUSTFLAGS="-C overflow-checks=on" RUST_BACKTRACE=full cargo test --verbose --features hw1-test-2
run: cargo test --verbose --features hw1-test-2
- name: hw1-test-3
run: cargo test --verbose --features hw1-test-3

0 comments on commit 075ec7a

Please sign in to comment.