Skip to content

Commit ef14c51

Browse files
authored
Update tests.yml
1 parent 4e7412e commit ef14c51

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
run: cd integration-tests && cargo run --example integration-tests
2525
- name: Run unit tests
2626
run: >
27-
cd market-contract && cargo test
28-
cd ../nft-contract && cargo test
29-
cd ../nft-contract-approval && cargo test
30-
cd ../nft-contract-basic && cargo test
31-
cd ../nft-contract-events && cargo test
32-
cd ../nft-contract-royalty && cargo test
33-
cd ../nft-contract-skeleton && cargo test
27+
cd market-contract && cargo test &&
28+
cd ../nft-contract && cargo test &&
29+
cd ../nft-contract-approval && cargo test &&
30+
cd ../nft-contract-basic && cargo test &&
31+
cd ../nft-contract-events && cargo test &&
32+
cd ../nft-contract-royalty && cargo test &&
33+
cd ../nft-contract-skeleton && cargo test &&
3434
cd ../nft-series && cargo test

0 commit comments

Comments
 (0)