Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Braun committed Sep 22, 2023
1 parent 4b661da commit 3deec6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 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/[email protected]
Expand Down Expand Up @@ -48,8 +48,9 @@ jobs:

- name: Install Protobuf and LLVM
run: |
sudo apt-get install protobuf-compiler
sudo apt install llvm
brew install protobuf llvm
export LIBRARY_PATH=$LIBRARY_PATH:/opt/homebrew/lib
export INCLUDE_PATH=$INCLUDE_PATH:/opt/homebrew/include
- 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
7 changes: 4 additions & 3 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/[email protected]
Expand Down Expand Up @@ -49,8 +49,9 @@ jobs:

- name: Install Protobuf and LLVM
run: |
sudo apt-get install protobuf-compiler
sudo apt install llvm
brew install protobuf llvm
export LIBRARY_PATH=$LIBRARY_PATH:/opt/homebrew/lib
export INCLUDE_PATH=$INCLUDE_PATH:/opt/homebrew/include
- name: Install cargo make
run: cargo install --force cargo-make
Expand Down

0 comments on commit 3deec6d

Please sign in to comment.