Skip to content

Commit 9d097a5

Browse files
don't use all features for test run
1 parent 6bdf2bc commit 9d097a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: Install the Rust toolchain
1616
uses: actions-rust-lang/setup-rust-toolchain@v1
1717
- name: Run the tests
18-
run: cargo test --all-features
18+
run: cargo test

0 commit comments

Comments
 (0)