Skip to content

Commit

Permalink
Merge pull request #94 from blockfrost/chore/ci-timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek authored Nov 28, 2024
2 parents 70b808d + c65b1d9 commit 702078e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: cargo build --release --verbose
- name: Test
run: cargo test --verbose
timeout-minutes: 10
- name: Check formatting
run: cargo fmt --all -- --check
- name: Lint with Clippy
Expand Down

0 comments on commit 702078e

Please sign in to comment.