Skip to content

Commit 14442d6

Browse files
committed
add all flag to tests
1 parent 8b98f7f commit 14442d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: Build
2020
run: cargo build --verbose
2121
- name: Run tests
22-
run: cargo test --verbose
22+
run: cargo test --all --verbose

0 commit comments

Comments
 (0)