add reasonable timeout on CI step
This commit is contained in:
parent
66e77be384
commit
6430e2566a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -20,6 +20,7 @@ jobs:
|
|||
name: selfhostblocks
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- name: Run tests
|
||||
timeout-minutes: 30
|
||||
run: |
|
||||
nix run github:Mic92/nix-fast-build -- \
|
||||
--skip-cached --no-nom \
|
||||
|
|
Loading…
Add table
Reference in a new issue