Skip to content

Commit

Permalink
Run tests with optional features enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Dec 9, 2024
1 parent 2c9d245 commit 9405837
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ jobs:
- name: Run tests
run: cargo test --verbose

- name: Run tests (with dds_shm)
if: ${{ ! startsWith(matrix.os,'windows') }}
run: cargo test --features dds_shm --verbose

- name: Run tests (with prefix_symbols)
run: cargo test --features prefix_symbols --verbose

# NOTE: In GitHub repository settings, the "Require status checks to pass
# before merging" branch protection rule ensures that commits are only merged
# from branches where specific status checks have passed. These checks are
Expand Down

0 comments on commit 9405837

Please sign in to comment.