Skip to content

pkg: bump w3 and apply breaking changes #5

pkg: bump w3 and apply breaking changes

pkg: bump w3 and apply breaking changes #5

Workflow file for this run

name: Go test
on:
push:
tags:
- "v*"
jobs:
test:
name: Test
runs-on: ubuntu-latest
environment: test
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.22.3
- uses: actions/checkout@v2
- name: go test
run: go test -v -covermode atomic -coverprofile=covprofile .