Skip to content

Commit 2a74894

Browse files
committed
Fix github workflow to perform tests
1 parent e336489 commit 2a74894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
run: cargo build --verbose
3838

3939
- name: Run tests
40-
run: cargo test --verbose
40+
run: cargo test --verbose --lib

0 commit comments

Comments
 (0)