Skip to content

Commit

Permalink
ci(tests): Disable Nim_Light_Client_Compiled_with_Emsctipten_Tests
Browse files Browse the repository at this point in the history
…CI job

This change is required due to a problem with emscripten.
For more info: #246
  • Loading branch information
EmilIvanichkovv authored and PetarKirov committed Oct 12, 2023
1 parent 6774612 commit a821108
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ jobs:
- name: Run Solidity Validators accumulator tests
run: nix develop -c make test-validator-accumulator

Nim_Light_Client_Compiled_with_Emsctipten_Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Use local my-action
uses: ./.github/actions/setup
with:
cachix_auth_token: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- 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'
# Nim_Light_Client_Compiled_with_Emsctipten_Tests:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# with:
# submodules: recursive
# - name: Use local my-action
# uses: ./.github/actions/setup
# with:
# cachix_auth_token: '${{ secrets.CACHIX_AUTH_TOKEN }}'
#
# - 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'

Nim_Light_Client_Clang_Test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
- Linter
# - EOS_Relayer_Test
- Solidity_Validators_Accumulator_Test
- Nim_Light_Client_Compiled_with_Emsctipten_Tests
# - Nim_Light_Client_Compiled_with_Emsctipten_Tests
- Nim_Light_Client_Clang_Test
- Nim_Groth16_Verifier_Tests
- Run_Light_Client_In_Cosmos_Test
Expand Down

0 comments on commit a821108

Please sign in to comment.