Files
go-pproxit/.github/workflows/test.yaml
Matheus Sampaio Queiroga 94b98563ee
All checks were successful
Test / Test (pull_request) Successful in 1m25s
Fix struct decode with (Binary/Text)Unmarshal
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2024-09-19 21:54:46 -03:00

15 lines
277 B
YAML

name: Test
on:
pull_request:
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
- name: Go test
run: go test ./...