Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

ci: set timeout-minutes using ghatm #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- master
jobs:
test:
timeout-minutes: 30
name: Test go${{ matrix.goVersion}}.x ${{ matrix.goArch }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -54,6 +55,7 @@ jobs:
SKIP_PYTHON_BINDINGS_TESTS: ${{ matrix.SKIP_PYTHON_BINDINGS_TESTS }}

bazel:
timeout-minutes: 30
name: bazel test
runs-on: ubuntu-latest
steps:
Expand All @@ -68,6 +70,7 @@ jobs:
- run: bazel test //...

all:
timeout-minutes: 30
name: Check all
runs-on: ubuntu-latest
steps:
Expand All @@ -91,6 +94,7 @@ jobs:
run: ./bin/goveralls -coverprofile=coverage.out -service=github

goreleaser:
timeout-minutes: 30
name: Goreleaser
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
release:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
-
Expand Down
Loading