From 4fc8221d79db35fa6f22b910ea471157ae3ea3cc Mon Sep 17 00:00:00 2001 From: ramin Date: Wed, 8 Nov 2023 10:49:22 +0000 Subject: [PATCH] remove 'continue-on-error' calls so we can see some red in ci and start the process of fixing up test suite --- .github/workflows/go-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index 9aeef0d4da..39405704eb 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -91,7 +91,6 @@ jobs: - name: execute test run run: make test-unit-race - continue-on-error: true integration_test: needs: [lint, go_mod_tidy_check] @@ -108,8 +107,6 @@ jobs: - name: Swamp Tests run: make test-swamp - continue-on-error: true - name: Swamp Tests with Race Detector run: make test-swamp-race - continue-on-error: true