-
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.
Rename pipeline tests, use macos for integration tests
- Loading branch information
Thomas Braun
committed
Sep 26, 2023
1 parent
c96f4a3
commit 659c74e
Showing
5 changed files
with
12 additions
and
12 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
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: integration tests | ||
name: Integration Tests | ||
|
||
on: | ||
push: | ||
|
@@ -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] | ||
|
@@ -40,10 +40,10 @@ jobs: | |
toolchain: stable | ||
|
||
- name: Install Protobuf and LLVM | ||
run: sudo apt-get install protobuf-compiler llvm libclang-dev | ||
run: brew install protobuf-compiler llvm | ||
|
||
- name: Install cargo make | ||
run: cargo install --force cargo-make | ||
run: cargo install cargo-make | ||
|
||
- name: Build Binary | ||
run: cargo make build-test | ||
|
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