Skip to content

Commit 12c1567

Browse files
committed
add target for all the tests
1 parent 8ed81b2 commit 12c1567

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

justfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ lint-all:
2929
@just lint tools/ecrimagefetcher
3030
@just lint tools/gotestloghelper
3131

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
3247

3348
# Default test command (cacheable)
3449
_default_cached_test dir test_regex:

0 commit comments

Comments
 (0)