Skip to content

Commit 0b95121

Browse files
committed
ci: use testing feature
1 parent 3244b82 commit 0b95121

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
@@ -26,5 +26,5 @@ jobs:
2626
run: cargo build --verbose
2727

2828
- name: Test
29-
run: cargo test --verbose
29+
run: cargo test --features testing --verbose
3030

0 commit comments

Comments
 (0)