Skip to content

Merge pull request #5 from mohsenmottaghi/fix-ci-tests #3

Merge pull request #5 from mohsenmottaghi/fix-ci-tests

Merge pull request #5 from mohsenmottaghi/fix-ci-tests #3

Workflow file for this run

name: Go Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go 1.23.x
uses: actions/setup-go@v5
with:
go-version: '1.23.x'
- name: Run tests
run: go test -v ./...