diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfbe5a6..395c477 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: restore-keys: | ${{ runner.os }}-cargo- - name: Build - run: cargo build --verbose + run: cargo build --verbose --all-features - name: Run tests - run: cargo test --verbose \ No newline at end of file + run: cargo test --verbose --all-features \ No newline at end of file