Skip to content

Commit

Permalink
Update integration-tests.yaml (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-aptos authored and yuunlimm committed Jan 22, 2025
1 parent e411c24 commit 5589d3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 5589d3d

Please sign in to comment.