Skip to content

Commit

Permalink
Disable building all features
Browse files Browse the repository at this point in the history
  • Loading branch information
PikminGuts92 committed Jan 18, 2024
1 parent 54be793 commit 527ff44
Show file tree
Hide file tree
Showing 2 changed files with 2 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 --all-features
cargo auditable build --release --bins
- name: Audit binaries
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --bins --all-features
args: --release --bins
- name: Create output directory and copy licenses
shell: bash
run: |
Expand Down

0 comments on commit 527ff44

Please sign in to comment.