mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Merge pull request #261 from Icinga/feature/go-test-timeout
Set an explicit timeout for go test
This commit is contained in:
commit
0c151c7b5c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -79,4 +79,4 @@ jobs:
|
|||
-u${ICINGADB_TEST_MYSQL_USER} -p${ICINGADB_TEST_MYSQL_PASSWORD} ${ICINGADB_TEST_MYSQL_DATABASE} \
|
||||
<etc/schema/mysql/mysql.schema.sql
|
||||
|
||||
go test -v -race ./...
|
||||
go test -v -race -timeout 5m ./...
|
||||
|
|
|
|||
Loading…
Reference in a new issue