1
0
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:
Vasiliy Vasilyuk
2024-10-03 22:10:51 +03:00
parent 6d5bcd13ad
commit 3bb9df005e

View File

@ -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