Skip to content

Commit

Permalink
Remove frank-single-transaction from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
riptl committed Aug 16, 2023
1 parent e8bc56f commit 9aaaeb7
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/make_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]

- 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/[email protected]

# - name: Run
# run: ./src/test/frank-single-transaction.sh

0 comments on commit 9aaaeb7

Please sign in to comment.