diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index d27e08e516..056e4816bf 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -119,7 +119,6 @@ jobs: - name: execute test run run: make test-unit-race - continue-on-error: true integration_test: needs: [lint, go_mod_tidy_check] @@ -136,8 +135,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