diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9f0a95..50e3016 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,6 +67,7 @@ check-windows: stage: check tags: - windows + allow_failure: true cache: {} <<: *before_script-windows script: @@ -212,6 +213,7 @@ build-x86_64-windows: stage: build tags: - windows + allow_failure: true needs: [] variables: TARGET: x86_64-pc-windows-msvc @@ -243,6 +245,7 @@ test-cargo-x86_64-windows: stage: test tags: - windows + allow_failure: true needs: [] dependencies: [] cache: {}