Skip to content

Commit a1f5029

Browse files
committed
fix: run tests
Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
1 parent 5eb2da4 commit a1f5029

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
# Build Go binary
3232
- run: go build -v cmd/main.go
3333

34-
# Compile test packages without running them to warm the build cache.
35-
# The test job restores this cache and only needs to execute the binaries.
36-
- run: go test -run=^$ ./...
34+
- run: go test ./...
3735

3836
lint:
3937
name: Lint

0 commit comments

Comments
 (0)