Merge pull request #234 from birth-software/actually-test

Actually test in new CI
This commit is contained in:
David 2024-06-09 07:42:13 -06:00 committed by GitHub
commit 92443cca38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,8 @@ on:
env:
NAT_LLVM_VERSION: 18
NAT_ZIG_GENERIC_COMMAND: zig build -Dthird_party_ci=true
NAT_ZIG_TEST_GENERIC_COMMAND: zig build -Dthird_party_ci=true
NAT_ZIG_TEST_GENERIC_COMMAND: zig build test -Dthird_party_ci=true
TIMEOUT_MINUTES: 15
jobs:
linux-gnu:
runs-on: ubuntu-latest