CI: fix test execution.
This commit is contained in:
@@ -33,17 +33,14 @@ jobs:
|
|||||||
name: build rapier3d SIMD
|
name: build rapier3d SIMD
|
||||||
command: cd build/rapier3d; cargo build --verbose --features simd-stable;
|
command: cd build/rapier3d; cargo build --verbose --features simd-stable;
|
||||||
- run:
|
- run:
|
||||||
name: build rapier2d SIMD Paallel
|
name: build rapier2d SIMD Parallel
|
||||||
command: cd build/rapier2d; cargo build --verbose --features simd-stable --features parallel;
|
command: cd build/rapier2d; cargo build --verbose --features simd-stable --features parallel;
|
||||||
- run:
|
- run:
|
||||||
name: build rapier3d SIMD Paallel
|
name: build rapier3d SIMD Parallel
|
||||||
command: cd build/rapier3d; cargo build --verbose --features simd-stable --features parallel;
|
command: cd build/rapier3d; cargo build --verbose --features simd-stable --features parallel;
|
||||||
- run:
|
- run:
|
||||||
name: test rapier2d
|
name: test
|
||||||
command: cargo test --verbose -p rapier2d;
|
command: cargo test
|
||||||
- run:
|
|
||||||
name: test rapier3d
|
|
||||||
command: cargo test --verbose -p rapier3d;
|
|
||||||
- run:
|
- run:
|
||||||
name: check rapier_testbed2d
|
name: check rapier_testbed2d
|
||||||
command: cargo check --verbose -p rapier_testbed2d;
|
command: cargo check --verbose -p rapier_testbed2d;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "nphysics-examples-2d"
|
name = "rapier-examples-2d"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "nphysics-examples-3d"
|
name = "rapier-examples-3d"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|||||||
Reference in New Issue
Block a user