mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
fix game pipeline
This commit is contained in:
parent
aa08bd49d1
commit
40e3b24c54
7
.github/workflows/game.yml
vendored
7
.github/workflows/game.yml
vendored
@ -20,24 +20,21 @@ 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
|
|
||||||
- name: Check
|
- name: Check
|
||||||
working-directory: ./game
|
working-directory: ./game
|
||||||
run: cargo check
|
run: cargo check
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
working-directory: ./game
|
working-directory: ./game
|
||||||
run: cargo clippy
|
continue-on-error: true
|
||||||
|
run: cargo clippy -- -Dwarnings
|
||||||
build_and_test:
|
build_and_test:
|
||||||
name: Build and test
|
name: Build and test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: sfja/h5-mst-ci:game-ci
|
container: sfja/h5-mst-ci:game-ci
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- run: rustup default stable
|
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ./game
|
working-directory: ./game
|
||||||
run: cargo build
|
run: cargo build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user