You've already forked testing-go-code-with-postgres
mirror of
https://github.com/xorcare/testing-go-code-with-postgres.git
synced 2025-06-30 23:23:40 +02:00
Add timeout for jobs in .gitlab-ci.yml
This commit is contained in:
@ -3,6 +3,9 @@ image: golang:1.22
|
||||
stages:
|
||||
- test
|
||||
|
||||
default:
|
||||
timeout: 10 minutes
|
||||
|
||||
# Check that all packages are compiling.
|
||||
build:
|
||||
stage: test
|
||||
|
Reference in New Issue
Block a user