Skip to content

Commit

Permalink
CI: add a build of the testbed with the parallel feature enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Nov 19, 2020
1 parent dea97fb commit 8b7ef96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rapier-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
run: cargo check --verbose -p rapier_testbed2d;
- name: Check rapier_testbed3d
run: cargo check --verbose -p rapier_testbed3d;
- name: Check rapier_testbed2d --features parallel
run: cargo check --verbose -p rapier_testbed2d --features parallel;
- name: Check rapier_testbed3d --features parallel
run: cargo check --verbose -p rapier_testbed3d --features parallel;
- name: Check rapier-examples-2d
run: cargo check -j 1 --verbose -p rapier-examples-2d;
- name: Check rapier-examples-3d
Expand Down

0 comments on commit 8b7ef96

Please sign in to comment.