Skip to content

Commit d600837

Browse files
committed
Add bundled feature to test runs
1 parent 3e2db83 commit d600837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
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 --verbose -F bundled

0 commit comments

Comments
 (0)