Skip to content

Commit

Permalink
Re-enable stdexec debug test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aurianer committed Oct 6, 2023
1 parent 9309d0d commit cb788ba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ci/cpu/gcc11_debug_stdexec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,12 @@ cpu gcc11 stdexec debug build:
- cpu gcc11 stdexec debug deps
variables:
DEPLOY_IMAGE: $CSCS_REGISTRY_PATH/cpu-gcc11-stdexec-debug/deploy:$CI_COMMIT_SHA

cpu gcc11 stdexec debug test:
extends: .run_common
needs:
- cpu gcc11 stdexec debug build
trigger:
include:
- artifact: pipeline.yml
job: cpu gcc11 stdexec debug build

0 comments on commit cb788ba

Please sign in to comment.