Skip to content

Commit

Permalink
fix: add all-features flag for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flearc committed Mar 25, 2024
1 parent 09c6c1c commit a471236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --workspace --exclude sentinel-envoy-module --exclude ebpf-probes --exclude ebpf-userspace -- --nocapture
args: --all-features --workspace --exclude sentinel-envoy-module --exclude ebpf-probes --exclude ebpf-userspace -- --nocapture

- name: Ignored Unit Tests
uses: actions-rs/cargo@v1
with:
command: test
args: --workspace --exclude sentinel-envoy-module --exclude ebpf-probes --exclude ebpf-userspace -- --ignored --test-threads=1 --nocapture
args: --all-features --workspace --exclude sentinel-envoy-module --exclude ebpf-probes --exclude ebpf-userspace -- --ignored --test-threads=1 --nocapture

0 comments on commit a471236

Please sign in to comment.