Skip to content

Commit

Permalink
increase a timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky committed Feb 5, 2024
1 parent cf69991 commit e41bd7a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ on: push
name: foxar pipeline
jobs:
tests:
name: unit tests ${{ matrix.job.target }} (${{ matrix.job.os }})
name: build ${{ matrix.job.target }} (${{ matrix.job.os }})
runs-on: ${{ matrix.job.os }}
timeout-minutes: 60
strategy:
matrix:
job:
Expand Down Expand Up @@ -50,4 +49,6 @@ jobs:
- name: Cache
uses: Swatinem/rust-cache@v2
- name: Test
run: cargo test --all --all-features
run: cargo test --all --all-features
- name: Build
run: cargo build

0 comments on commit e41bd7a

Please sign in to comment.