Skip to content

Commit

Permalink
[FA migration] Make storage id consistent for transaction tables (#688)
Browse files Browse the repository at this point in the history
Co-authored-by: larry-aptos <[email protected]>
Co-authored-by: yuunlimm <[email protected]>
  • Loading branch information
3 people authored Jan 22, 2025
1 parent efd779d commit 54bbd61
Show file tree
Hide file tree
Showing 18 changed files with 875 additions and 533 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 }}
Loading

0 comments on commit 54bbd61

Please sign in to comment.