We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddf817 commit 02293a7Copy full SHA for 02293a7
.gitlab-ci.yml
@@ -201,10 +201,10 @@ noether-rust-qfunctions:
201
- make clean
202
- make -k -j$NPROC_CPU -l$NPROC_CPU
203
# -- libCEED only tests
204
- - echo "-------------- Rust QFunction tests -"
+ - echo "-------------- Rust QFunction tests -----"
205
# Note: PETSC_DIR is set by default in GitLab runner env, unsetting to isolate core tests
206
- export PETSC_DIR= PETSC_ARCH=
207
- - make -k -j$((NPROC_GPU / NPROC_POOL)) JUNIT_BATCH="rust-qfunction" junit realsearch=rust-qfunction
+ - make -k -j$((NPROC_GPU / NPROC_POOL)) JUNIT_BATCH="rust-qfunction" junit search=rustqfunction
208
# Report status
209
- touch .SUCCESS
210
after_script:
0 commit comments