From 31a89d5850a9f4b0d30187ae7776ea9d76e7c2c8 Mon Sep 17 00:00:00 2001 From: Richard Patel Date: Wed, 16 Aug 2023 20:03:58 +0000 Subject: [PATCH] Remove frank-single-transaction from CI --- .github/workflows/make_test.yml | 34 ++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/make_test.yml b/.github/workflows/make_test.yml index 749c218756..2aedd5fb63 100644 --- a/.github/workflows/make_test.yml +++ b/.github/workflows/make_test.yml @@ -70,20 +70,20 @@ jobs: - name: Run unit tests run: make -k -j2 --output-sync=target run-unit-test - frank-single-transaction: - runs-on: [self-hosted, Linux, X64] - strategy: - matrix: - compiler: [gcc] - defaults: - run: - shell: bash - steps: - - uses: actions/checkout@v3 - with: - submodules: recursive - - - uses: dtolnay/rust-toolchain@1.69.0 - - - name: Run - run: ./src/test/frank-single-transaction.sh + # frank-single-transaction: + # runs-on: [self-hosted, Linux, X64] + # strategy: + # matrix: + # compiler: [gcc] + # defaults: + # run: + # shell: bash + # steps: + # - uses: actions/checkout@v3 + # with: + # submodules: recursive + + # - uses: dtolnay/rust-toolchain@1.69.0 + + # - name: Run + # run: ./src/test/frank-single-transaction.sh