Skip to content

ci: add go test workflow for CI #1

ci: add go test workflow for CI

ci: add go test workflow for CI #1

Workflow file for this run

---
name: Go Tests on PR
on:
pull_request:
branches:
- main
jobs:
tests:
name: Run Go Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Run tests:

Check failure on line 22 in .github/workflows/ci-go-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-go-tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
run: go test ./...