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 f49a6ba commit 52e127cCopy full SHA for 52e127c
Justfile
@@ -102,6 +102,11 @@ validate:
102
# To run an individual test, pass it as an argument like:
103
# `just test-tmt readonly`
104
test-tmt *ARGS: build-integration-test-image
105
+ @just test-tmt-nobuild {{ARGS}}
106
+
107
+# Assume the localhost/bootc-integration image is up to date, and just run tests.
108
+# Useful for iterating on tests quickly.
109
+test-tmt-nobuild *ARGS:
110
cargo xtask run-tmt --env=BOOTC_variant={{variant}} localhost/bootc-integration {{ARGS}}
111
112
# Cleanup all test VMs created by tmt tests
0 commit comments