Skip to content

Commit 935a7b9

Browse files
committed
Add shelley package to nightly windows tests
1 parent 5c698ce commit 935a7b9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)