Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 authored Jun 7, 2024
1 parent c9d1f1c commit e250b64
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
windows-clang:
name: windows (clang)
runs-on: windows-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
- uses: actboy168/setup-luamake@master
- run: luamake -cc clang-cl -notest
- run: luamake test -v
- continue-on-error: true
run: |
luamake -cc clang-cl -notest
luamake test -v
windows-mingw:
name: windows (mingw)
runs-on: windows-latest
Expand Down Expand Up @@ -89,6 +90,7 @@ jobs:
repository: actboy168/luamake
submodules : recursive
- uses: uraimo/run-on-arch-action@v2
continue-on-error: true
with:
arch: ${{ matrix.arch }}
distro: ubuntu20.04
Expand Down

0 comments on commit e250b64

Please sign in to comment.