Skip to content

Commit

Permalink
试试新的runner
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Jan 17, 2025
1 parent b7408b9 commit a46fcee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ jobs:
- run: luamake -notest -sanitize
- run: luamake lua test/glibc-version.lua
- run: luamake test -v
linux-arm:
name: linux (arm64)
runs-on: ubuntu-22.04-arm
steps:
- uses: actions/checkout@v4
- uses: actboy168/setup-luamake@master
- run: luamake -notest -sanitize
- run: luamake lua test/glibc-version.lua
- run: luamake test -v
linux:
strategy:
fail-fast: false
Expand Down

0 comments on commit a46fcee

Please sign in to comment.