Skip to content

Commit e46c762

Browse files
authoredNov 13, 2024
[ISSUE #45]🔨Update Github actions CI👷 (#46)
1 parent 7aac208 commit e46c762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yaml

+2-2
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
46-
run: cargo test --verbose
46+
run: cargo test --verbose --all-features

0 commit comments

Comments
 (0)