Skip to content

Commit

Permalink
chore: add integration test task
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 committed Dec 2, 2024
1 parent 7ee553b commit 44c7ffa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:

- name: Test projects
run: pnpm test

- name: Integration tests
run: pnpm --filter @fuel-bridge/integration-tests test

# TODO issue 115: https://github.com/FuelLabs/fuel-bridge/issues/115
# Run test again to ensure it works with node that already has transactions/messages
Expand Down

0 comments on commit 44c7ffa

Please sign in to comment.