Skip to content

Commit

Permalink
CI: run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
electroly committed Nov 11, 2023
1 parent 63d93fb commit 14f7f0c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tmbasic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Download runners.tar
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -186,7 +189,7 @@ jobs:
ls -lR obj/resources/runners/
pushd build
./${{ matrix.platform }}.sh -c "make release"
./${{ matrix.platform }}.sh -c "make test && make clean && make release"
popd
pushd bin
Expand Down Expand Up @@ -253,7 +256,7 @@ jobs:
ls -lR obj/resources/runners/
pushd build
./${{ matrix.platform }}.sh -c "make release"
./${{ matrix.platform }}.sh -c "make test && make clean && make release"
popd
pushd bin
Expand Down

0 comments on commit 14f7f0c

Please sign in to comment.