Skip to content

Merge pull request #161 from form3tech-oss/nvloff-retry #105

Merge pull request #161 from form3tech-oss/nvloff-retry

Merge pull request #161 from form3tech-oss/nvloff-retry #105

Workflow file for this run

on: [push]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.20"
- name: test
run: |
make lint
make test