Skip to content

Commit fe8fc15

Browse files
committed
tests: fix running c/r tests in GHA
Those were never run properly since python tests do not provide non-zero exit code in case a test has failed. Run it via make. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
1 parent e5864a0 commit fe8fc15

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ jobs:
172172
;;
173173
checkpoint-restore)
174174
./configure
175-
make -j $(nproc)
176-
sudo python3 tests/test_checkpoint_restore.py
175+
sudo make tests/test_checkpoint_restore.trs
177176
;;
178177
fuzzing)
179178
sudo docker build -t crun-fuzzing tests/fuzzing

0 commit comments

Comments
 (0)