ci failing with panic that does not happen locally
Some checks failed
aws-zig mach nominated build / build-zig-nominated-mach-latest (push) Failing after 28s
aws-zig nightly build / build-zig-nightly (push) Failing after 34s

This commit is contained in:
Emil Lerch 2024-10-17 11:08:14 -07:00
parent 3d78705ea5
commit 9497db373c
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -21,10 +21,12 @@ jobs:
with: with:
ref: zig-develop ref: zig-develop
- name: Setup Zig - name: Setup Zig
uses: https://git.lerch.org/lobo/setup-zig@v3 uses: mlugg/setup-zig@v1.2.1
with: with:
version: mach-latest version: mach-latest
- name: Run tests - name: Run smoke test
run: zig build smoke-test --verbose
- name: Run full tests
run: zig build test --verbose run: zig build test --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