Skip to content

fix in read tree test #3

fix in read tree test

fix in read tree test #3

Workflow file for this run

name: Test pied_piper
on:
push:
jobs:
test:
name: Run Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Run test
run: go test ./... -v