Skip to content

feat!: Add fresh eval flag #16

feat!: Add fresh eval flag

feat!: Add fresh eval flag #16

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: julia-actions/setup-julia@v2
- run: go test -C go -v -timeout 300s