File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,21 @@ jobs:
2626 run : ' .\\cardano-wallet-core-test-unit.exe --color'
2727 - name : ' cardano-wallet-byron:unit'
2828 run : ' .\\cardano-wallet-byron-test-unit.exe --color'
29- - name : ' cardano-wallet-byron:integration'
30- run : ' .\\cardano-wallet-byron-test-integration.exe --color'
31- timeout-minutes : 60
29+ - name : ' cardano-wallet-shelley:unit'
30+ run : ' .\\cardano-wallet-shelley-test-unit.exe --color'
3231 - name : ' cardano-wallet-cli:unit'
3332 run : ' .\\cardano-wallet-cli-test-unit.exe --color'
3433 - name : ' text-class:unit'
3534 run : ' .\\text-class-test-unit.exe --color'
3635 - name : ' cardano-wallet-launcher:unit'
3736 run : ' .\\cardano-wallet-launcher-test-unit.exe --color'
3837 continue-on-error : true
38+ - name : ' cardano-wallet-shelley:integration'
39+ run : ' .\\cardano-wallet-shelley-test-integration.exe --color'
40+ timeout-minutes : 60
41+ - name : ' cardano-wallet-byron:integration'
42+ run : ' .\\cardano-wallet-byron-test-integration.exe --color'
43+ timeout-minutes : 60
3944 - name : ' cardano-wallet-jormungandr:unit'
4045 run : ' .\\cardano-wallet-jormungandr-test-unit.exe --color'
4146 - name : ' cardano-wallet-jormungandr:integration'
You can’t perform that action at this time.
0 commit comments