mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 10:46:42 +01:00
Add zmq/test and chainTest/test to OS's we weren't previously running on (#5443)
This commit is contained in:
parent
00c84a9c25
commit
1317adfdad
2 changed files with 2 additions and 2 deletions
|
@ -30,4 +30,4 @@ jobs:
|
||||||
~/.bitcoin-s/binaries
|
~/.bitcoin-s/binaries
|
||||||
key: ${{ runner.os }}-wallet-node-dlc-test-cache
|
key: ${{ runner.os }}-wallet-node-dlc-test-cache
|
||||||
- name: run tests
|
- name: run tests
|
||||||
run: sbt coverage cryptoTestJVM/test coreTestJVM/test secp256k1jni/test appCommonsTest/test asyncUtilsTestJVM/test dlcNodeTest/test appServerTest/test
|
run: sbt coverage cryptoTestJVM/test coreTestJVM/test secp256k1jni/test zmq/test appCommonsTest/test asyncUtilsTestJVM/test chainTest/test dlcNodeTest/test appServerTest/test
|
||||||
|
|
2
.github/workflows/Windows.yml
vendored
2
.github/workflows/Windows.yml
vendored
|
@ -35,5 +35,5 @@ jobs:
|
||||||
~/.bitcoin-s/binaries
|
~/.bitcoin-s/binaries
|
||||||
key: ${{ runner.os }}-cache
|
key: ${{ runner.os }}-cache
|
||||||
- name: Windows Crypto, Core, and Database tests
|
- name: Windows Crypto, Core, and Database tests
|
||||||
run: sbt cryptoTestJVM/test coreTestJVM/test secp256k1jni/test appCommonsTest/test asyncUtilsTestJVM/test asyncUtilsTestJS/test appServerTest/test
|
run: sbt cryptoTestJVM/test coreTestJVM/test secp256k1jni/test zmq/test appCommonsTest/test asyncUtilsTestJVM/test asyncUtilsTestJS/test appServerTest/test
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue