Skip to content

refactor: extract repo URL #2

refactor: extract repo URL

refactor: extract repo URL #2

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Patch vendored dependencies for WASM
run: make patch
- name: Build
run: make build
- name: Test
run: make test