Add zmq/test and chainTest/test to OS's we weren't previously running on (#5443)

This commit is contained in:
Chris Stewart 2024-03-01 10:02:34 -06:00 committed by GitHub
parent 00c84a9c25
commit 1317adfdad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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