CI: remove use of the nonexistent "fluid" feature.
This commit is contained in:
@@ -55,12 +55,6 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: check rapier-examples-3d
|
name: check rapier-examples-3d
|
||||||
command: cargo check -j 1 --verbose -p 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:
|
build-wasm:
|
||||||
executor: rust-executor
|
executor: rust-executor
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user