Skip to content

Commit

Permalink
ci(gh-actions): Add Solidity_Validators_Accumulator_Test job
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimo99 committed Jun 30, 2023
1 parent c652857 commit 6f14407
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
- name: Run Verifier in EOS - Relayer test
run: nix develop -c yarn test './tests/eosLightClient/test-verifier-in-EOS-relay.ts'

Solidity_Validators_Accumulator_Test:
steps:
- name:
uses: ./.github/actions/setup

- name: Run Solidity Validators accumulator tests
run: nix develop -c make test-validator-accumulator

Nim_Light_Client_Compiled_with_Emsctipten_Tests:
needs: Setup
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6f14407

Please sign in to comment.