diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9b383a310..40483cbe73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,15 +49,6 @@ jobs: # echo >&2 "Reproducible build broken"; cat bor1.sha256; cat bor2.sha256; exit 1 # fi - - name: Test - run: make test - - - name: Data race tests - run: make test-race - - - name: test-integration - run: make test-integration - - name: Lint if: runner.os == 'Linux' uses: golangci/golangci-lint-action@v3 @@ -65,4 +56,13 @@ jobs: version: v1.46 skip-pkg-cache: true skip-build-cache: true - only-new-issues: true \ No newline at end of file + only-new-issues: true + + - name: Test + run: make test + + - name: Data race tests + run: make test-race + + - name: test-integration + run: make test-integration \ No newline at end of file