ci: do not fail silently in the Cirrus CI / Code CI / arm64-ubuntu-tcc job

pull/13390/head
Delyan Angelov 2022-02-06 14:18:17 +02:00
parent 939bc9f26f
commit 1be0cb0306
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ arm64_task:
./cmd/tools/test_if_v_test_system_works
# - name: Self tests
./v -silent test-self
./v test-self
## - name: Self tests (-cstrict)
## ./v -cstrict test-self