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
|
name: selfhostblocks
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
timeout-minutes: 30
|
||||||
run: |
|
run: |
|
||||||
nix run github:Mic92/nix-fast-build -- \
|
nix run github:Mic92/nix-fast-build -- \
|
||||||
--skip-cached --no-nom \
|
--skip-cached --no-nom \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue