Skip to content

Change project path for go-fysh release #5

Change project path for go-fysh release

Change project path for go-fysh release #5

Workflow file for this run

name: Go Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.23
- name: Run Tests
run: go test ./pkg/go-fysh/...