Skip to content

Commit 8c748d1

Browse files
authored
Merge pull request #16 from VU-ASE/fix/release-please-eternal-expected
Fix release-please PR always "expected"
2 parents c6fe1b4 + 467672d commit 8c748d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ clean:
2828
rm -rf $(BUILD_DIR)
2929

3030
test: lint
31-
go test ./src -v -count=1 -timeout 0
31+
go test ./src -v -count=1 -timeout 0

0 commit comments

Comments
 (0)