try wasmtime again
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 2m46s
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 2m46s
This commit is contained in:
parent
dd4935b5e5
commit
098ceffb41
|
@ -27,8 +27,8 @@ jobs:
|
||||||
- name: Install wasmtime
|
- name: Install wasmtime
|
||||||
run: curl https://wasmtime.dev/install.sh -sSf | bash
|
run: curl https://wasmtime.dev/install.sh -sSf | bash
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: zig build test
|
# run: zig build test --summary all
|
||||||
# - run: PATH=${HOME}/.wasmtime/bin:${PATH} zig build test -fwasmtime # downstream needs this for CF workers
|
run: PATH=${HOME}/.wasmtime/bin:${PATH} zig build test -fwasmtime --summary all # downstream needs this for CF workers
|
||||||
- name: Notify
|
- name: Notify
|
||||||
uses: https://git.lerch.org/lobo/action-notify-ntfy@v2
|
uses: https://git.lerch.org/lobo/action-notify-ntfy@v2
|
||||||
if: always()
|
if: always()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user