From 763b9092422fd5677ffd47ec1b081951dc1c63e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Tue, 1 Sep 2020 18:14:48 +0200 Subject: [PATCH] CI: remove use of the nonexistent "fluid" feature. --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a2414f7..c0722a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: