Skip to content

Commit 1be0cb0

Browse files
committed
ci: do not fail silently in the Cirrus CI / Code CI / arm64-ubuntu-tcc job
1 parent 939bc9f commit 1be0cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ arm64_task:
5656
./cmd/tools/test_if_v_test_system_works
5757
5858
# - name: Self tests
59-
./v -silent test-self
59+
./v test-self
6060
6161
## - name: Self tests (-cstrict)
6262
## ./v -cstrict test-self

0 commit comments

Comments
 (0)