Skip to content

Commit

Permalink
Merge branch 'master' of github.com:IoTone/substrate-coffee-supplychain
Browse files Browse the repository at this point in the history
  • Loading branch information
truedat101 committed Nov 26, 2021
2 parents a985922 + da9d73e commit 0cc291a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:

- name: Set-Up
run: sudo apt install -y cmake pkg-config libssl-dev git build-essential clang libclang-dev curl

- name: Open Chain folder
run : pwd
- name: Install Rustup
run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
Expand All @@ -36,9 +37,9 @@ jobs:
- name: Check Build
run: |
SKIP_WASM_BUILD=1 cargo check --release
cd chain && SKIP_WASM_BUILD=1 cargo check --release
- name: Check Build for Benchmarking
run: >
pushd node &&
cd chain && pushd node &&
cargo check --features=runtime-benchmarks --release

0 comments on commit 0cc291a

Please sign in to comment.