Skip to content

Commit

Permalink
tweak runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Braun committed Sep 21, 2023
1 parent 8789050 commit 7d56c3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: cargo install cargo-tarpaulin

- name: Run Tarpaulin
run : cargo tarpaulin --out Xml -p pallet-dkg-metadata -p pallet-dkg-proposal-handler -p pallet-dkg-proposals -p dkg-primitives -p dkg-runtime-primitives --locked --jobs 16 --timeout 3600 --skip-clean -- --test-threads 16
run : cargo tarpaulin --out xml -p pallet-dkg-metadata -p pallet-dkg-proposal-handler -p pallet-dkg-proposals -p dkg-primitives -p dkg-runtime-primitives --locked --jobs 16 --timeout 3600 --skip-clean -- --test-threads 16

- name: Upload CodeCov
uses: codecov/codecov-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/harness_stress_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
harness:
name: Harness
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
toolchain: nightly

- name: Install Protobuf
run: sudo apt-get install protobuf-compiler
run: brew install protobuf

- name: t2n3 && 1 proposal per session
run: cargo run --package dkg-test-orchestrator --features=debug-tracing -- --tmp /tmp --threshold 2 --n 3 --bind 127.0.0.1:7777 --n-tests 10 -p 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# dkg-substrate integration tests
local_chain:
name: Local Chain Tests
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
toolchain: nightly

- name: Install Protobuf
run: sudo apt-get install protobuf-compiler
run: brew install protobuf

- name: Install cargo make
run: cargo install --force cargo-make
Expand Down

0 comments on commit 7d56c3e

Please sign in to comment.