From cd04f3d12d7843e0310bda0644f00c7038a50f10 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Wed, 2 Nov 2022 13:19:31 +0100 Subject: [PATCH] remove roc_fmt tests Because of github error: ``` error: cannot parse ':test_fmt_builtins --skip test_fmt::test_fmt_examples' as a semver ``` Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com> --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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