Skip to content

Commit

Permalink
test examples
Browse files Browse the repository at this point in the history
  • Loading branch information
catornot committed Mar 31, 2024
1 parent c106e69 commit 7104e8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rrplug-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ jobs:
cargo clippy
- name: Run tests
run: cargo test --verbose --target x86_64-pc-windows-msvc
- name: Test examples
run: |
cargo build --example async_engine --features="async_engine"
cargo build --example cvar_example
cargo build --example squirrel_example

0 comments on commit 7104e8b

Please sign in to comment.