Skip to content

extract dep info from wasm modules (#6) #28

extract dep info from wasm modules (#6)

extract dep info from wasm modules (#6) #28

Workflow file for this run

on: [push, pull_request]
name: test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
- name: generate fixture
run: DOCKER_BUILDKIT=1 docker build -f test/Dockerfile -o . .
- run: go test