diff options
| author | Sébastien Crozet <developer@crozet.re> | 2022-04-20 17:18:24 +0200 |
|---|---|---|
| committer | Sébastien Crozet <sebastien@crozet.re> | 2022-04-20 19:02:49 +0200 |
| commit | b3e5fa5c44fdf8c9b14492c4a3c4c1a137b8741e (patch) | |
| tree | f90ad40b0f6355d42bd4640fd2643ddb840edc65 /.github/workflows | |
| parent | 4827384e42070b403ab6c630c8c1ec61743965a4 (diff) | |
| download | rapier-b3e5fa5c44fdf8c9b14492c4a3c4c1a137b8741e.tar.gz rapier-b3e5fa5c44fdf8c9b14492c4a3c4c1a137b8741e.tar.bz2 rapier-b3e5fa5c44fdf8c9b14492c4a3c4c1a137b8741e.zip | |
CI: deny warnings again
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rapier-ci-build.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/rapier-ci-build.yml b/.github/workflows/rapier-ci-build.yml index 640dec8..b4bc538 100644 --- a/.github/workflows/rapier-ci-build.yml +++ b/.github/workflows/rapier-ci-build.yml @@ -18,8 +18,8 @@ jobs: run: cargo fmt -- --check build-native: runs-on: ubuntu-latest -# env: -# RUSTFLAGS: -D warnings + env: + RUSTFLAGS: -D warnings steps: - uses: actions/checkout@v2 - run: sudo apt-get install -y cmake libxcb-composite0-dev @@ -51,8 +51,8 @@ jobs: run: cargo check -j 1 --verbose -p rapier-examples-3d; build-wasm: runs-on: ubuntu-latest -# env: -# RUSTFLAGS: -D warnings + env: + RUSTFLAGS: -D warnings steps: - uses: actions/checkout@v2 - run: rustup target add wasm32-unknown-unknown @@ -62,8 +62,8 @@ jobs: run: cd crates/rapier3d && cargo build --verbose --features wasm-bindgen --target wasm32-unknown-unknown; build-wasm-emscripten: runs-on: ubuntu-latest -# env: -# RUSTFLAGS: -D warnings + env: + RUSTFLAGS: -D warnings steps: - uses: actions/checkout@v2 - run: rustup target add wasm32-unknown-emscripten |
