Skip to content

Added CGO_ENABLED=0 (#47) #81

Added CGO_ENABLED=0 (#47)

Added CGO_ENABLED=0 (#47) #81

Workflow file for this run

name: test
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: test
run: make check