Skip to content

Commit

Permalink
Add gen_compare and gen_tags to aarch CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agu-z committed Oct 8, 2023
1 parent 4a063b3 commit 9d3f407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix_macos_apple_silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: cd examples/platform-switching/rust-platform && nix develop -c cargo test --release --locked

- name: test aarch64 dev backend
run: nix develop -c cargo nextest-gen-dev --locked --release --no-fail-fast -E 'test(gen_num) + test(gen_records) + test(gen_tuples) + test(gen_result)'
run: nix develop -c cargo nextest-gen-dev --locked --release --no-fail-fast -E 'test(gen_num) + test(gen_records) + test(gen_tuples) + test(gen_result) + test(gen_tags) + test(gen_compare)'

# we run the llvm wasm tests only on this machine because it is fast and wasm should be cross-target
- name: execute llvm wasm tests with --release
Expand Down

0 comments on commit 9d3f407

Please sign in to comment.