Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
amydevs committed Aug 23, 2024
1 parent 617fe20 commit ee0a251
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
env:
CARGO_TERM_COLOR: always
BUILD_ARGS: "--bin --release"
SDL_VIDEODRIVER: "dummy"
SDL_AUDIODRIVER: "disk"


jobs:
build:
Expand Down Expand Up @@ -54,10 +57,6 @@ jobs:
restore-keys: ${{ matrix.platform.target }}-cargo-
- name: Install ${{ matrix.platform.target }} Toolchain
run: rustup target add ${{ matrix.platform.target }}
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
- name: Build ${{ matrix.platform.name }} binary
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit ee0a251

Please sign in to comment.