Skip to content

test release with cgo uchardet #51

test release with cgo uchardet

test release with cgo uchardet #51

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- name: Build
run: go build -v .
- name: Test
run: go test -v .