Skip to content

Commit

Permalink
Add compile-tests to github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
avl committed Apr 28, 2024
1 parent d8407e9 commit 08989ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@ jobs:
- name: Run tests (stable)
run: cargo +stable test --workspace
- name: Build min-deps (stable)
run: cargo +stable build -p savefile-min-build
run: cargo +stable build -p savefile-min-build
- name: compile_tests (stable)
run: cd compile_tests cargo +stable test
- name: compile_tests (nightly)
run: cd compile_tests cargo +nightly test

0 comments on commit 08989ea

Please sign in to comment.