Skip to content

Commit

Permalink
test: fix ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Sep 9, 2024
1 parent 7717100 commit 8caac2d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions a3p-integration/proposals/z:acceptance/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ set -ueo pipefail
# test the state right after the previous proposals
yarn ava initial.test.js

# test more, in ways that change system state
GLOBIGNORE=initial.test.js
yarn ava ./*.test.js

npm install -g tsx
scripts/test-vaults.mts

./create-kread-item-test.sh

./state-sync-snapshots-test.sh
./genesis-test.sh

# XXX the above tests expect certain block heights so the glob of tests that
# might change state has to come last.
GLOBIGNORE=initial.test.js
yarn ava ./*.test.js

0 comments on commit 8caac2d

Please sign in to comment.