Configure GHA dotnet test timeout
This commit is contained in:
parent
4288440e6c
commit
d645aa9ea7
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -33,3 +33,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: dotnet test --no-restore --verbosity normal
|
run: dotnet test --no-restore --verbosity normal
|
||||||
|
timeout-minutes: 10
|
||||||
|
Loading…
Reference in New Issue
Block a user