From 60ad2c004327b97febfde1c1536a6ba482c0a563 Mon Sep 17 00:00:00 2001 From: andrew-coleman Date: Thu, 19 Jan 2023 16:23:03 +0000 Subject: [PATCH] Add smartbft integration test to CI Signed-off-by: andrew-coleman --- .github/workflows/verify-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-build.yml b/.github/workflows/verify-build.yml index 65548127098..b71629e4db8 100644 --- a/.github/workflows/verify-build.yml +++ b/.github/workflows/verify-build.yml @@ -53,7 +53,7 @@ jobs: needs: basic-checks strategy: matrix: - INTEGRATION_TEST_SUITE: ["raft","pvtdata","ledger","lifecycle","e2e","discovery gossip devmode pluggable","gateway idemix pkcs11 configtx configtxlator","sbe nwo msp"] + INTEGRATION_TEST_SUITE: ["raft","pvtdata","ledger","lifecycle","e2e smartbft","discovery gossip devmode pluggable","gateway idemix pkcs11 configtx configtxlator","sbe nwo msp"] runs-on: ubuntu-20.04 steps: - uses: actions/setup-go@v3