File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
24
24
run : cd integration-tests && cargo run --example integration-tests
25
25
- name : Run unit tests
26
26
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 &&
34
34
cd ../nft-series && cargo test
You can’t perform that action at this time.
0 commit comments