CI: remove use of the nonexistent "fluid" feature.

This commit is contained in:
Sébastien Crozet
2020-09-01 18:14:48 +02:00
parent 221787c978
commit 763b909242

View File

@@ -55,12 +55,6 @@ jobs:
- run:
name: check rapier-examples-3d
command: cargo check -j 1 --verbose -p rapier-examples-3d;
- run:
name: check rapier_testbed2d with fluids
command: cd build/rapier_testbed2d && cargo check --verbose --features=fluids;
- run:
name: check rapier_testbed3d with fluids
command: cd build/rapier_testbed3d && cargo check --verbose --features=fluids;
build-wasm:
executor: rust-executor
steps: