Skip to content

Commit f12d45e

Browse files
author
Uwe Hernandez Acosta
committed
allow fails of unit tests for Julia:rc
1 parent 2cc8b36 commit f12d45e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ stages:
77
.untit_test_template:
88
stage: unit-test
99
variables:
10-
CI_QED_TEST_TYPE: "unit"
11-
CI_QED_DISABLE_LONG_TESTS: "ON"
10+
CI_QED_TEST_TYPE: "unit"
11+
CI_QED_DISABLE_LONG_TESTS: "ON"
1212
script:
1313
# test CI scripts
1414
- cd ${CI_PROJECT_DIR}/.ci/CI/
@@ -35,6 +35,7 @@ unit_tests_releases:
3535
matrix:
3636
- JULIA_VERSION: ["1.10", "1.11", "1.12", "rc"]
3737
image: julia:$JULIA_VERSION
38+
allow_failure: ${{ matrix.JULIA_VERSION != "rc"}}
3839

3940
unit_tests_nightly:
4041
extends: .untit_test_template

0 commit comments

Comments
 (0)