From a96210b51394920fc1e232ad7d731c1ec62ccb80 Mon Sep 17 00:00:00 2001 From: Beforerr Date: Sun, 26 Apr 2026 13:59:32 -0700 Subject: [PATCH] ci: fix test --- .github/workflows/test.yml | 4 ++-- justfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bcf4bb2..b7f8a0a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,6 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-go@v5 with: - go-version-file: go.mod + go-version-file: go/go.mod - uses: julia-actions/setup-julia@v2 - - run: go test -v -timeout 300s ./go/ + - run: go test -C go -v -timeout 300s diff --git a/justfile b/justfile index b67e336..479fe18 100644 --- a/justfile +++ b/justfile @@ -4,7 +4,7 @@ install: npx skills add . -g -y test: - go test -C go -v -timeout 300s ./... + go test -C go -v -timeout 300s release version="": #!/usr/bin/env bash