File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -421,27 +421,27 @@ test-clevis-loop-should-fail-valgrind:
421421
422422# # Test stratisd-min CLI as root
423423test-stratisd-min-root :
424- RUSTFLAGS=" ${RUSTFLAGS} " RUST_BACKTRACE=1 RUST_TEST_THREADS=1 cargo test --no-default-features --features " engine,min " test_stratisd_min
424+ RUSTFLAGS=" ${RUSTFLAGS} " RUST_BACKTRACE=1 RUST_TEST_THREADS=1 cargo test ${MIN_FEATURES} test_stratisd_min
425425
426426# # Test stratisd-min CLI
427427test-stratisd-min :
428- RUSTFLAGS=" ${RUSTFLAGS} " RUST_BACKTRACE=1 RUST_TEST_THREADS=1 CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER=' sudo -E' cargo test --no-default-features --features " engine,min " test_stratisd_min
428+ RUSTFLAGS=" ${RUSTFLAGS} " RUST_BACKTRACE=1 RUST_TEST_THREADS=1 CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER=' sudo -E' cargo test ${MIN_FEATURES} test_stratisd_min
429429
430430# # Test stratis-min CLI
431431test-stratis-min-root :
432- RUSTFLAGS=" ${RUSTFLAGS} " RUST_BACKTRACE=1 RUST_TEST_THREADS=1 cargo test --no-default-features --features " engine,min " test_stratis_min
432+ RUSTFLAGS=" ${RUSTFLAGS} " RUST_BACKTRACE=1 RUST_TEST_THREADS=1 cargo test ${MIN_FEATURES} test_stratis_min
433433
434434# # Test stratis-min CLI
435435test-stratis-min :
436- RUSTFLAGS=" ${RUSTFLAGS} " RUST_BACKTRACE=1 RUST_TEST_THREADS=1 CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER=' sudo -E' cargo test --no-default-features --features " engine,min " test_stratis_min
436+ RUSTFLAGS=" ${RUSTFLAGS} " RUST_BACKTRACE=1 RUST_TEST_THREADS=1 CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER=' sudo -E' cargo test ${MIN_FEATURES} test_stratis_min
437437
438438# # Test stratisd-tools CLI
439439test-stratisd-tools :
440- RUSTFLAGS=" ${RUSTFLAGS} " RUST_BACKTRACE=1 RUST_TEST_THREADS=1 cargo test --no-default-features --features " engine,extras " test_stratisd_tools
440+ RUSTFLAGS=" ${RUSTFLAGS} " RUST_BACKTRACE=1 RUST_TEST_THREADS=1 cargo test ${EXTRAS_FEATURES} test_stratisd_tools
441441
442442# # Test stratis-utils
443443test-stratis-utils :
444- RUSTFLAGS=" ${RUSTFLAGS} " RUST_BACKTRACE=1 RUST_TEST_THREADS=1 cargo test --no-default-features --features " dbus_enabled,engine " test_stratis_utils
444+ RUSTFLAGS=" ${RUSTFLAGS} " RUST_BACKTRACE=1 RUST_TEST_THREADS=1 cargo test ${UTILS_FEATURES} test_stratis_utils
445445
446446# # Run yamllint on workflow files
447447yamllint :
You can’t perform that action at this time.
0 commit comments