diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5990d63558..9916b848a7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -15,7 +15,7 @@ jobs: runs-on: windows-2022 env: LLVM_SYS_130_PREFIX: C:\LLVM-13.0.1-win64 - WORKING_CARGO_TESTS: -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 roc_gen_wasm -p roc_serialize -p roc_editor -p roc_linker -p roc_fmt -- --skip test_fmt::test_fmt_builtins --skip test_fmt::test_fmt_examples + WORKING_CARGO_TESTS: -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 roc_gen_wasm -p roc_serialize -p roc_editor -p roc_linker timeout-minutes: 150 steps: - uses: actions/checkout@v2