mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
try to run cargo test
on a platform with nix + macos x86_64
This commit is contained in:
parent
c1d3580b0f
commit
eb119d7152
1 changed files with 7 additions and 1 deletions
6
.github/workflows/nix_macos_x86_64.yml
vendored
6
.github/workflows/nix_macos_x86_64.yml
vendored
|
@ -27,5 +27,11 @@ jobs:
|
||||||
name: enigmaticsunrise
|
name: enigmaticsunrise
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
|
||||||
|
- name: make a libapp.so
|
||||||
|
run: nix develop -c cargo run -- gen-stub-lib examples/platform-switching/rocLovesRust.roc
|
||||||
|
|
||||||
|
- name: check that the platform`s produced dylib is loadable
|
||||||
|
run: cd examples/platform-switching/rust-platform && nix develop -c cargo test test --release --locked
|
||||||
|
|
||||||
- name: execute cli_run tests only, the full tests take too long but are run nightly
|
- name: execute cli_run tests only, the full tests take too long but are run nightly
|
||||||
run: nix develop -c cargo test --locked --release -p roc_cli
|
run: nix develop -c cargo test --locked --release -p roc_cli
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue