Skip to content

Commit 7142bfa

Browse files
committed
trident: Sort test suites to make the order the same in CI and locally
1 parent 823f0da commit 7142bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/externalTests/trident.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function test_fn {
3535
TS_NODE_TRANSPILE_ONLY=1 npx hardhat test --no-compile $(
3636
# TODO: We need to skip Migration.test.ts because it fails and makes other tests fail too.
3737
# Replace this with `yarn test` once https://github.com/sushiswap/trident/issues/283 is fixed.
38-
find test/ -name "*.test.ts" ! -path "test/Migration.test.ts"
38+
find test/ -name "*.test.ts" ! -path "test/Migration.test.ts" | LC_ALL=C sort
3939
)
4040
}
4141

0 commit comments

Comments
 (0)