Skip to content

Commit cbac218

Browse files
authored
Merge pull request #19 from mkroening/ci-features
ci: build with all features
2 parents dcb053c + 1b95fe3 commit cbac218

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: "Run cargo build"
3838
run: cargo build
3939

40+
- name: "Run cargo build --all-features"
41+
run: cargo build --all-features
42+
4043
- name: "Run cargo test"
4144
run: cargo test
4245

0 commit comments

Comments
 (0)