try wasmtime again
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 2m46s

This commit is contained in:
Emil Lerch 2024-01-09 14:34:49 -08:00
parent dd4935b5e5
commit 098ceffb41
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -27,8 +27,8 @@ jobs:
- name: Install wasmtime
run: curl https://wasmtime.dev/install.sh -sSf | bash
- name: Run tests
run: zig build test
# - run: PATH=${HOME}/.wasmtime/bin:${PATH} zig build test -fwasmtime # downstream needs this for CF workers
# run: zig build test --summary all
run: PATH=${HOME}/.wasmtime/bin:${PATH} zig build test -fwasmtime --summary all # downstream needs this for CF workers
- name: Notify
uses: https://git.lerch.org/lobo/action-notify-ntfy@v2
if: always()