diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e93de0..6cc0cf8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,4 +55,4 @@ jobs: # key: build-cargo-target - name: Cargo Build - run: cargo build \ No newline at end of file + run: cargo build --all-features \ No newline at end of file diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 150e223..d9412f2 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -57,4 +57,4 @@ jobs: # key: unit-tests-cargo-target - name: Cargo Unit Tests - run: cargo test --bins --lib -- --nocapture \ No newline at end of file + run: cargo test --bins --lib --all-features -- --nocapture \ No newline at end of file