Skip to content

Commit 76a730a

Browse files
authored
[ISSUE #1146]Update Github Actions CI (#1147)
1 parent e1e21e2 commit 76a730a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: cargo clippy -- -D warnings
4141

4242
- name: Build
43-
run: cargo build --verbose
43+
run: cargo build --verbose --all-features
4444

4545
- name: Test
4646
run: cargo test --verbose

0 commit comments

Comments
 (0)