Skip to content

Commit 32fdb3b

Browse files
committed
Add tests for rational ops
1 parent e98ae19 commit 32fdb3b

File tree

3 files changed

+405
-285
lines changed

3 files changed

+405
-285
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: cargo test --release
2727

2828
- name: Clippy
29-
run: cargo clippy -- -Dwarnings
29+
run: cargo clippy --all-targets -- -Dwarnings
3030

3131
- name: Check format
3232
run: cargo fmt -- --check

0 commit comments

Comments
 (0)