diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 2418dc490..b1ac62fa4 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -76,7 +76,6 @@ jobs: # Run Integration Tests - name: Run Integration Tests id: tests - continue-on-error: true run: | # TODO: until we have more comprehensive cli parsers, we will need to run tests separately. cargo test sdk_tests -- --nocapture @@ -108,4 +107,4 @@ jobs: Author: ${{ github.event.pull_request.user.login }} Title: ${{ github.event.pull_request.title }} env: - SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} \ No newline at end of file + SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}