mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
enable more windows tests
This commit is contained in:
parent
d7759bad16
commit
dbe45c26d0
1 changed files with 5 additions and 3 deletions
8
.github/workflows/windows.yml
vendored
8
.github/workflows/windows.yml
vendored
|
@ -40,9 +40,11 @@ jobs:
|
|||
curl.exe -L -O https://github.com/roc-lang/llvm-package-windows/releases/download/v13.0.1/LLVM-13.0.1-win64.7z
|
||||
7z x LLVM-13.0.1-win64.7z -oC:\LLVM-13.0.1-win64
|
||||
|
||||
- name: Build tests release without running. Twice for flakyness.
|
||||
- name: Build tests release without running. Twice for zig error.
|
||||
run: cargo test --locked --release --no-run || cargo test --locked --release --no-run
|
||||
|
||||
#- run: cargo test-gen-llvm
|
||||
- run: cargo test --release -p roc_ident -p roc_region -p roc_collections -p roc_can -p roc_types -p roc_solve -p roc_mono -p roc_gen_dev -p rog_gen_wasm -p roc_serialize -p roc_editor -p roc_linker
|
||||
|
||||
- run: cargo test-gen-wasm
|
||||
- run: cargo test --release -p roc_cli cli_run::platform_switching_rust
|
||||
|
||||
- run: cargo test --release -p roc_fmt -- --skip test_fmt::test_fmt_builtins --skip test_fmt::test_fmt_examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue