Skip to content

Commit

Permalink
CI: Add test running to Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
crumblingstatue committed Oct 18, 2024
1 parent f992bbd commit 1357111
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ jobs:
run: |
git submodule update --init
cargo build --verbose
- name: Run tests
run: |
cargo test --features ci-headless --verbose
# Also test non-default feature combinations
cargo test --no-default-features --features=ci-headless --verbose
cargo test --no-default-features --features=ci-headless,audio --verbose
cargo test --no-default-features --features=ci-headless,window --verbose
cargo test --no-default-features --features=ci-headless,graphics --verbose

0 comments on commit 1357111

Please sign in to comment.