Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégoire Henry committed Dec 14, 2023
1 parent 9521a27 commit 47c13c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
restore-keys: |
${{ runner.os }}-build-
- name: dbg
run: ls compile

- name: Get SDL2
run: ./compile/sdl.sh
run: compile/sdl.sh

- name: Check that code can compile
run: cargo check --all-features

0 comments on commit 47c13c1

Please sign in to comment.