Add PinoBatch's game Libbet to the test suite (#1260)

This commit is contained in:
Rangi
2023-12-06 04:30:11 -05:00
committed by GitHub
parent 1402615bc0
commit 22ff7ff101
4 changed files with 46 additions and 5 deletions

View File

@@ -70,7 +70,11 @@ jobs:
continue-on-error: true
run: |
test/fetch-test-deps.sh
- name: Test
- name: Install test dependency dependencies
shell: bash
run: |
test/fetch-test-deps.sh --get-deps ${{ matrix.os }}
- name: Run tests
shell: bash
run: |
test/run-tests.sh
@@ -154,7 +158,11 @@ jobs:
continue-on-error: true
run: |
test/fetch-test-deps.sh
- name: Test
- name: Install test dependency dependencies
shell: bash
run: |
test/fetch-test-deps.sh --get-deps ${{ matrix.os }}
- name: Run tests
shell: bash
run: |
cp bins/* .
@@ -257,6 +265,10 @@ jobs:
continue-on-error: true
run: |
test/fetch-test-deps.sh
- name: Install test dependency dependencies
shell: bash
run: |
test/fetch-test-deps.sh --get-deps ${{ matrix.os }}
- name: Run tests
shell: bash
run: |