Skip to content

Commit

Permalink
Add CI step to check that features build
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
  • Loading branch information
SUPERCILEX committed Jul 14, 2024
1 parent 02d0910 commit 19d9853
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-
- name: Build project
run: cargo build --workspace --release
- name: Build project with all features
run: cargo build --workspace --all-features

test:
strategy:
Expand Down

0 comments on commit 19d9853

Please sign in to comment.