Skip to content

Commit

Permalink
try windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Braun committed Sep 22, 2023
1 parent 3deec6d commit 1222db3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
11 changes: 2 additions & 9 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: macos-latest
runs-on: windows-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand All @@ -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]

Expand All @@ -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
Expand Down
6 changes: 2 additions & 4 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: macos-latest
runs-on: windows-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1222db3

Please sign in to comment.