Skip to content

Commit a96210b

Browse files
committed
ci: fix test
1 parent e0dd999 commit a96210b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- uses: actions/checkout@v6
1313
- uses: actions/setup-go@v5
1414
with:
15-
go-version-file: go.mod
15+
go-version-file: go/go.mod
1616
- uses: julia-actions/setup-julia@v2
17-
- run: go test -v -timeout 300s ./go/
17+
- run: go test -C go -v -timeout 300s

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ install:
44
npx skills add . -g -y
55

66
test:
7-
go test -C go -v -timeout 300s ./...
7+
go test -C go -v -timeout 300s
88

99
release version="":
1010
#!/usr/bin/env bash

0 commit comments

Comments
 (0)