Skip to content

Commit

Permalink
Build with all features in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PikminGuts92 committed Jan 18, 2024
1 parent 5c6096a commit 54be793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build audit binaries
shell: bash
run: |
cargo auditable build --release --bins
cargo auditable build --release --bins --all-features
- name: Audit binaries
shell: bash
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
args: --all-features

test:
name: Test
Expand All @@ -54,6 +55,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features

clippy:
name: Clippy
Expand Down Expand Up @@ -131,7 +133,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --bins
args: --release --bins --all-features
- name: Create output directory and copy licenses
shell: bash
run: |
Expand Down

0 comments on commit 54be793

Please sign in to comment.