Allow configuring wazero.

This commit is contained in:
Nuno Cruces
2023-10-18 12:45:49 +01:00
parent d4ff605983
commit 61da30f44a
2 changed files with 11 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: 'true'
@@ -56,9 +56,9 @@ jobs:
- name: Coverage report
uses: ncruces/go-coverage-report@v0
with:
chart: 'true'
amend: 'true'
reuse-go: 'true'
chart: true
amend: true
reuse-go: true
if: |
github.event_name == 'push' &&
matrix.os == 'ubuntu-latest'