Skip to content
Snippets Groups Projects
Verified Commit ef61f5b1 authored by David Runge's avatar David Runge :chipmunk:
Browse files

ci: Parallelize integration tests


Run integration tests for library and executables in parallel (the
signstaros related tests are still run separately).

Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent 4682fa97
No related branches found
1 merge request!149feat(mkosi): Use packaged `signstar-configure-build` for build
......@@ -4,8 +4,7 @@ variables:
stages:
- check
- test
- library-integration
- executables
- integration
- signstaros
- publish
- report
......@@ -65,7 +64,7 @@ integration-test:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- WORKDIR="$(pwd)" runuser -w WORKDIR -l testuser -c 'env && cd "$WORKDIR" && just install-rust-dev-tools && just ignored=true test'
stage: library-integration
stage: integration
tags:
- vm
......@@ -81,7 +80,7 @@ test-readmes:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- WORKDIR="$(pwd)" runuser -w WORKDIR -l testuser -c 'env && cd "$WORKDIR" && just install-rust-dev-tools && just test-readmes'
stage: executables
stage: integration
tags:
- vm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment