Skip to content

Commit

Permalink
chore: update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Oct 27, 2023
1 parent 30a97d1 commit 2f3177e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
build-tests:
name: build tests
runs-on: ${{ matrix.os }}
runs-on: [ubuntu-22.04-github-hosted-16core, macos-latest]
timeout-minutes: 60
needs: matrices
strategy:
Expand Down Expand Up @@ -71,8 +71,8 @@ jobs:

test:
name: test ${{ matrix.name }}
runs-on: ${{ matrix.os }}
timeout-minutes: 60
runs-on: [ubuntu-22.04-github-hosted-16core, macos-latest]
timeout-minutes: 90
needs:
- matrices
- build-tests
Expand Down Expand Up @@ -123,9 +123,11 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
cache-on-failure: true
- name: cargo test
run: cargo test --doc
run: cargo test --doc -p zkforge -p zkcast
env:
RUST_TEST_THREADS: 2

clippy:
name: clippy
Expand Down

0 comments on commit 2f3177e

Please sign in to comment.