Skip to content

Commit dcedde3

Browse files
committed
Run Firecracker tests one by one
1 parent be21c9b commit dcedde3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,15 @@ jobs:
102102
run: |
103103
cd examples/all/
104104
export UNIKRAFTBACKEND=firecracker
105-
opam exec -- dune runtest -j1
105+
opam exec -- dune build @test-args
106+
sleep 1s
107+
opam exec -- dune build @test-fail
108+
sleep 1s
109+
opam exec -- dune build @test-hello
110+
sleep 1s
111+
opam exec -- dune build @test-sleeper
112+
sleep 1s
113+
opam exec -- dune build @test-threader
106114
107115
mirage:
108116
name: Build and test a MirageOS network unikernel

0 commit comments

Comments
 (0)