Skip to content
Snippets Groups Projects
Commit d3073b6c authored by Florian Fischer's avatar Florian Fischer
Browse files

[CI] add test without IO

parent 26fdbcca
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,10 @@ clang-tidy:
variables:
EMPER_USERSPACE_RCU: 'true'
.emper-no-io:
variables:
EMPER_IO: 'false'
.emper-pipe-sleep-strategy:
variables:
EMPER_WORKER_SLEEP_STRATEGY: 'pipe'
......@@ -369,6 +373,11 @@ test-mmapped-log:
- .meson-test
script: make && EMPER_LOG_FILE=emper.log make test
test-no-io:
extends:
- .test
- .emper-no-io
test-single-uring:
extends:
- .test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment