From 1be0cb0306993a1878cdcfcf1ec6d92adf0e9646 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 6 Feb 2022 14:18:17 +0200 Subject: [PATCH] ci: do not fail silently in the Cirrus CI / Code CI / arm64-ubuntu-tcc job --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 53c8adb7de..e5ea0a7e57 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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