mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
trident: Sort test suites to make the order the same in CI and locally
This commit is contained in:
parent
823f0da3ee
commit
7142bfa548
@ -35,7 +35,7 @@ function test_fn {
|
|||||||
TS_NODE_TRANSPILE_ONLY=1 npx hardhat test --no-compile $(
|
TS_NODE_TRANSPILE_ONLY=1 npx hardhat test --no-compile $(
|
||||||
# TODO: We need to skip Migration.test.ts because it fails and makes other tests fail too.
|
# TODO: We need to skip Migration.test.ts because it fails and makes other tests fail too.
|
||||||
# Replace this with `yarn test` once https://github.com/sushiswap/trident/issues/283 is fixed.
|
# Replace this with `yarn test` once https://github.com/sushiswap/trident/issues/283 is fixed.
|
||||||
find test/ -name "*.test.ts" ! -path "test/Migration.test.ts"
|
find test/ -name "*.test.ts" ! -path "test/Migration.test.ts" | LC_ALL=C sort
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user