-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thomas Braun
committed
Sep 22, 2023
1 parent
3deec6d
commit 1222db3
Showing
2 changed files
with
4 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ env: | |
jobs: | ||
harness: | ||
name: Harness | ||
runs-on: macos-latest | ||
runs-on: windows-latest | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
|
@@ -23,11 +23,6 @@ jobs: | |
- name: Checkout Code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Configure sccache | ||
run: | | ||
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV | ||
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected] | ||
|
||
|
@@ -48,9 +43,7 @@ jobs: | |
|
||
- name: Install Protobuf and LLVM | ||
run: | | ||
brew install protobuf llvm | ||
export LIBRARY_PATH=$LIBRARY_PATH:/opt/homebrew/lib | ||
export INCLUDE_PATH=$INCLUDE_PATH:/opt/homebrew/include | ||
choco install protobuf llvm | ||
- 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
# dkg-substrate integration tests | ||
local_chain: | ||
name: Local Chain Tests | ||
runs-on: macos-latest | ||
runs-on: windows-latest | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
|
@@ -49,9 +49,7 @@ jobs: | |
|
||
- name: Install Protobuf and LLVM | ||
run: | | ||
brew install protobuf llvm | ||
export LIBRARY_PATH=$LIBRARY_PATH:/opt/homebrew/lib | ||
export INCLUDE_PATH=$INCLUDE_PATH:/opt/homebrew/include | ||
choco install protobuf llvm | ||
- name: Install cargo make | ||
run: cargo install --force cargo-make | ||
|