Skip to content

Commit

Permalink
Create a threashhold timeout for tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiburt committed Sep 6, 2021
1 parent 98fdd26 commit cffa616
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/cargo@v1
with:
command: build
- uses: actions-rs/cargo@v1
timeout-minutes: 3
with:
Expand Down

0 comments on commit cffa616

Please sign in to comment.