Skip to content

Commit

Permalink
Set jobs timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Dec 4, 2024
1 parent 7e0ab2d commit 866528f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- name: Install toolchain
Expand All @@ -46,6 +47,7 @@ jobs:

build-wasm32:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- name: Install toolchain
Expand All @@ -59,6 +61,7 @@ jobs:

test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- name: Install toolchain
Expand Down

0 comments on commit 866528f

Please sign in to comment.