We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2db83 commit d600837Copy full SHA for d600837
1 file changed
.github/workflows/rust.yml
@@ -19,4 +19,4 @@ jobs:
19
- name: Build
20
run: cargo build --verbose
21
- name: Run tests
22
- run: cargo test --verbose
+ run: cargo test --verbose -F bundled
0 commit comments