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
|
||||
runs-on: ubuntu-latest
|
||||
container: sfja/h5-mst-ci:game-ci
|
||||
env:
|
||||
RUSTFLAGS: "-Dwarnings"
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- run: rustup default stable
|
||||
@ -28,7 +30,6 @@ jobs:
|
||||
run: cargo check
|
||||
- name: Clippy
|
||||
working-directory: ./game
|
||||
continue-on-error: true
|
||||
run: cargo clippy
|
||||
build_and_test:
|
||||
name: Build and test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user