Skip to content

Commit fab11a6

Browse files
authored
ci: fixup justfile scripts reference and add tests timeout (#9)
1 parent 4a2d704 commit fab11a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
copywrite --config .github/workflows/scripts/copywrite.hcl \
2020
headers --spdx "BSD-3-Clause" --plan
2121
run-tests:
22+
timeout-minutes: 5
2223
runs-on: ubuntu-24.04
2324
steps:
2425
- uses: actions/checkout@v4

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ vet:
3333
# apply golangci-lint linters on source tree
3434
[group('lint')]
3535
lint: vet
36-
$GOBIN/golangci-lint run --config .github/workflows/scripts/golangci.yaml
36+
$GOBIN/golangci-lint run --config {{scripts}}/golangci.yaml
3737

3838
# show host system information
3939
[group('build')]

0 commit comments

Comments
 (0)