Skip to content

Commit 2fb6940

Browse files
committed
.cirrus.yml: change test_zip_modules -> test_zip_modules_script, so that the CI can recognise the new task name and execute it
1 parent 60b901d commit 2fb6940

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cirrus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ env:
44
freebsd_instance:
55
image_family: freebsd-13-0
66

7+
## Note: all tasks should end with _script: here, otherwise they will not be picked up!
78
freebsd_task:
89
name: FreeBSD Code CI
910
timeout_in: 31m
@@ -29,7 +30,7 @@ freebsd_task:
2930
diagnose_math_script: |
3031
echo 'Diagnose vlib/math/math_test.v'
3132
./v -stats vlib/math/math_test.v
32-
test_zip_modules: |
33+
test_zip_modules_script: |
3334
echo 'Test modules using thirdparty/zip'
3435
./v test vlib/compress/ vlib/szip/
3536
test_self_script: |

0 commit comments

Comments
 (0)