Skip to content

Commit

Permalink
no hostlogging
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Feb 27, 2023
1 parent ddfa784 commit 7e01b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
# e.g. --test-filter "Dir.Iterator but dir is deleted during iteration"
- name: Run the test binary with wazero CLI
timeout-minutes: 10 # Prevent crashes from timing out
run: go run ./cmd/wazero run -hostlogging=filesystem -mount=:/ test.wasm
run: go run ./cmd/wazero run -mount=:/ test.wasm

build_tinygo_test_binary:
name: Build TinyGo test binary
Expand Down

0 comments on commit 7e01b82

Please sign in to comment.