enable more windows tests

This commit is contained in:
Anton-4 2022-11-01 17:36:53 +01:00
parent d7759bad16
commit dbe45c26d0
No known key found for this signature in database
GPG key ID: A13F4A6E21141925

View file

@ -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