mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
warning -> error
This commit is contained in:
parent
e7bd1bb8bf
commit
476765b685
3
.github/workflows/game.yml
vendored
3
.github/workflows/game.yml
vendored
@ -20,6 +20,8 @@ jobs:
|
|||||||
name: Lint
|
name: Lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: sfja/h5-mst-ci:game-ci
|
container: sfja/h5-mst-ci:game-ci
|
||||||
|
env:
|
||||||
|
RUSTFLAGS: "-Dwarnings"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- run: rustup default stable
|
- run: rustup default stable
|
||||||
@ -28,7 +30,6 @@ jobs:
|
|||||||
run: cargo check
|
run: cargo check
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
working-directory: ./game
|
working-directory: ./game
|
||||||
continue-on-error: true
|
|
||||||
run: cargo clippy
|
run: cargo clippy
|
||||||
build_and_test:
|
build_and_test:
|
||||||
name: Build and test
|
name: Build and test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user