Skip to content

Commit

Permalink
Fix RPC tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisanna Dettwyler committed May 6, 2021
1 parent 74cc903 commit 38d0413
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ jobs:
run: |
set -x
chmod +x dist/bin/cryptol
chmod +x dist/bin/cryptol-remote-api
chmod +x bin/test-runner
.github/ci.sh install_system_deps
ghc_ver="$(ghc --numeric-version)"
Expand All @@ -238,18 +239,14 @@ jobs:
shell: bash
continue-on-error: ${{ matrix.continue-on-error }}
name: test-lib ${{ matrix.target }}
run: |
set -x
export PATH=$PWD/bin:$PWD/dist/bin:$PATH
./bin/test-runner --ext=.icry -F -b --exe=dist/bin/cryptol ./tests/${{ matrix.target }}
env:
PATH: ${{ github.workspace }}/bin:${{ github.workspace }}/dist/bin:${{ env.PATH }}
run: ./bin/test-runner --ext=.icry -F -b --exe=dist/bin/cryptol ./tests/${{ matrix.target }}

- if: matrix.suite == 'rpc'
shell: bash
continue-on-error: ${{ matrix.continue-on-error }}
run: |
set -x
export PATH=$PWD/bin:$PWD/dist/bin:$PATH
cryptol-remote-api/run_rpc_tests.sh
run: cryptol-remote-api/run_rpc_tests.sh

build-push-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 38d0413

Please sign in to comment.