Skip to content

Commit

Permalink
add strategy for running for the 3 different runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzamontiel committed Nov 11, 2024
1 parent ea4af8b commit 21b6804
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
needs: ["set-tags"]
runs-on:
labels: bare-metal
strategy:
matrix:
runtime: [ moonbeam, moonbase, moonriver ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -58,7 +61,7 @@ jobs:
- name: Run benchmarks
shell: bash
run: |
./scripts/run-benches-for-runtime.sh moonbase release
./scripts/run-benches-for-runtime.sh ${{ matrix.runtime }} release
if test -f "benchmarking_errors.txt"; then
cat benchmarking_errors.txt
false
Expand Down

0 comments on commit 21b6804

Please sign in to comment.