disable release mode test in zig-mach nightly run
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 7m52s
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 7m52s
This commit is contained in:
parent
0d575c92bb
commit
ebb727c464
1 changed files with 3 additions and 2 deletions
|
@ -37,8 +37,9 @@ jobs:
|
||||||
run: zig build smoke-test --verbose
|
run: zig build smoke-test --verbose
|
||||||
- name: Run full tests
|
- name: Run full tests
|
||||||
run: zig build test --verbose --summary all
|
run: zig build test --verbose --summary all
|
||||||
- name: Run tests (release mode)
|
# TODO: Zig mach currently tracking behind zig 0.14.0 branch - enable this test after update
|
||||||
run: zig build test -Doptimize=ReleaseSafe --verbose
|
# - name: Run tests (release mode)
|
||||||
|
# run: zig build test -Doptimize=ReleaseSafe --verbose
|
||||||
# Zig package manager expects everything to be inside a directory in the archive,
|
# Zig package manager expects everything to be inside a directory in the archive,
|
||||||
# which it then strips out on download. So we need to shove everything inside a directory
|
# which it then strips out on download. So we need to shove everything inside a directory
|
||||||
# the way GitHub/Gitea does for repo archives
|
# the way GitHub/Gitea does for repo archives
|
||||||
|
|
Loading…
Add table
Reference in a new issue