diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 599be86..3038d27 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -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: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7a3afc..20af335 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: - uses: actions-rs/cargo@v1 with: command: check + args: --all-features test: name: Test @@ -54,6 +55,7 @@ jobs: - uses: actions-rs/cargo@v1 with: command: test + args: --all-features clippy: name: Clippy @@ -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: |