Skip to content

Commit

Permalink
maybe???
Browse files Browse the repository at this point in the history
  • Loading branch information
alloncm committed Dec 21, 2024
1 parent cb7d151 commit 1350c88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ env:

jobs:
build-and-test-all-targets:

continue-on-error: true
if: always()
strategy:
matrix:
Expand All @@ -25,6 +23,8 @@ jobs:
rustflags: ""
cache-directories: "/home/runner/.cargo/bin
C:\\Users\\runneradmin\\.cargo\\bin"
- name: fail test
run: exit 1
- name: install cargo make
run: cargo install --no-default-features --locked --version 0.37.23 cargo-make
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ args = ["build", "--release", "--package", "magenboy_sdl", "--no-default-feature
dependencies = ["install_sdl2_linux"]

[tasks.sdl_dbg.linux]
args = ["build", "--release", "--package", "magenboy_sdl", "--no-default-features", "-features", "dbg"]
args = ["build", "--release", "--package", "magenboy_sdl", "--no-default-features", "--features", "dbg"]
dependencies = ["install_sdl2_linux"]

[tasks.install_sdl2_linux]
Expand Down

0 comments on commit 1350c88

Please sign in to comment.