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:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
default:
|
||||||
|
timeout: 10 minutes
|
||||||
|
|
||||||
# Check that all packages are compiling.
|
# Check that all packages are compiling.
|
||||||
build:
|
build:
|
||||||
stage: test
|
stage: test
|
||||||
|
Reference in New Issue
Block a user