Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Toni-Graphics/ygen
Browse files Browse the repository at this point in the history
  • Loading branch information
Cr0a3 committed Oct 6, 2024
2 parents 4ffffa5 + 77fcee1 commit df28826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: rustup update --no-self-update stable

- name: Build
run: cargo build --all
run: cargo build --all --features jit

- name: Run tests
run: cargo test --all
run: cargo test --all --features jit

0 comments on commit df28826

Please sign in to comment.