Skip to content

Commit

Permalink
fix(ci): Test passes if it is first test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimo99 committed Jun 16, 2023
1 parent b9bf17c commit 37d1259
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Install Node.js dependencies
run: nix develop -c yarn format:check

- name: Run Verifier in EOS - Relayer test
run: nix develop -c yarn test './tests/eosLightClient/test-verifier-in-EOS-relay.ts'

- name: Run Nim Light Client compiled with emsctipten tests
run: nix develop -c yarn test-emcc './tests/test-nim-to-wasm.ts' 'test-nim-light-client.ts'

Expand All @@ -66,6 +69,3 @@ jobs:

# - name: Run Verifier in EOS test
# run: nix develop -c yarn test './tests/eosLightClient/test-verifier-in-EOS.ts'

- name: Run Verifier in EOS - Relayer test
run: nix develop -c yarn test './tests/eosLightClient/test-verifier-in-EOS-relay.ts'

0 comments on commit 37d1259

Please sign in to comment.