From 54be7937c27c8d305a82647cda35e192b64c5140 Mon Sep 17 00:00:00 2001 From: PikminGuts92 Date: Thu, 18 Jan 2024 18:08:55 -0500 Subject: [PATCH] Build with all features in ci --- .github/workflows/audit.yml | 2 +- .github/workflows/ci.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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: |