File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 just sysinfo
2525 - name : Run Go Test
2626 run : |
27- just init tidy lint test
27+ just init tidy lint tests
2828
Original file line number Diff line number Diff line change 44# OS files
55** /.DS_Store
66
7- # Build artifacts
8- site
9-
107# Go workspace file
118go.work
129go.work.sum
1310
1411# Local source and binary files
1512.src /
1613.bin /
17-
Original file line number Diff line number Diff line change @@ -13,9 +13,15 @@ default:
1313tidy :
1414 go mod tidy
1515
16+ # run specific unit test
17+ [group (' build' )]
18+ [no-cd ]
19+ test unit :
20+ go test -v -count=1 -race -run {{ unit}} 2 >/ dev/ null
21+
1622# run tests across source tree
1723[group (' build' )]
18- test :
24+ tests :
1925 go test -v -race -count=1 ./ ...
2026
2127# apply go vet command on source tree
Original file line number Diff line number Diff line change 11module cattlecloud.net/go/circlebuffer
22
3- go 1.24
3+ go 1.26
44
55require github.com/shoenig/test v1.13.2
66
You can’t perform that action at this time.
0 commit comments