Skip to content

Commit

Permalink
ci: Check if GitHub runner machine meets chain's requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Dec 13, 2022
1 parent 7a6b9ba commit fc4782f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,11 @@ jobs:
command: build
args: --release --features runtime-benchmarks

- name: Check if runner machine meets chain's requirements
continue-on-error: true
run: |
./target/release/creditcoin-node benchmark machine --chain main
- name: Run benchmarks to generate dummy weights
run: |
./scripts/bench.sh -p difficulty -b -r 1 -s 2
Expand Down

0 comments on commit fc4782f

Please sign in to comment.