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 8ed81b2 commit 12c1567Copy full SHA for 12c1567
justfile
@@ -29,6 +29,21 @@ lint-all:
29
@just lint tools/ecrimagefetcher
30
@just lint tools/gotestloghelper
31
32
+# Run all the tests
33
+test-all:
34
+ @just test k8s-test-runner ./... &
35
+ @just test parrot ./... &
36
+ @just test tools/workflowresultparser ./... &
37
+ @just test tools/asciitable ./... &
38
+ @just test tools/ghlatestreleasechecker ./... &
39
+ @just test tools/ecrimagefetcher ./... &
40
+ @just test tools/testlistgenerator ./... &
41
+ @just test tools/gotestloghelper ./... &
42
+ @just test tools/citool ./... &
43
+ wait
44
+ @just test framework TestComponent
45
+ @just test wasp TestSmoke
46
+ @just test wasp TestBenchSpy
47
48
# Default test command (cacheable)
49
_default_cached_test dir test_regex:
0 commit comments