From 1317adfdad3f6373fbc63bddca434ffc25f82f90 Mon Sep 17 00:00:00 2001 From: Chris Stewart Date: Fri, 1 Mar 2024 10:02:34 -0600 Subject: [PATCH] Add zmq/test and chainTest/test to OS's we weren't previously running on (#5443) --- .github/workflows/Mac_2.13_Crypto_Core_AppServer_Tests.yml | 2 +- .github/workflows/Windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Mac_2.13_Crypto_Core_AppServer_Tests.yml b/.github/workflows/Mac_2.13_Crypto_Core_AppServer_Tests.yml index 0ec5599090..0dc26f8f0f 100644 --- a/.github/workflows/Mac_2.13_Crypto_Core_AppServer_Tests.yml +++ b/.github/workflows/Mac_2.13_Crypto_Core_AppServer_Tests.yml @@ -30,4 +30,4 @@ jobs: ~/.bitcoin-s/binaries key: ${{ runner.os }}-wallet-node-dlc-test-cache - 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 diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index e21d9f1713..f4c5020284 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -35,5 +35,5 @@ jobs: ~/.bitcoin-s/binaries key: ${{ runner.os }}-cache - 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