Skip to content

Commit

Permalink
re-enable tests (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusKysel authored Oct 3, 2024
1 parent 7d5902f commit 31e1f0d
Show file tree
Hide file tree
Showing 3 changed files with 696 additions and 699 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build:
# Recipe to run tests
test:
@echo "running tests"
go run gotest.tools/gotestsum@latest --format pkgname --jsonfile test-output.log -- -timeout=4500s ./...
go run gotest.tools/gotestsum@latest --format pkgname --jsonfile test-output.log -- -timeout=3600s ./...

# Recipe to build the Docker image
docker-build-image:
Expand Down
Loading

0 comments on commit 31e1f0d

Please sign in to comment.