Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Jun 28, 2024
1 parent dcae9d8 commit 7fb6ba1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/integration-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ runs:
- name: Build zksolc
shell: ${{ runner.os == 'Windows' && 'msys2 {0}' || 'bash' }}
run: |
[ -z ${CARGO_HOME} ] && CARGO_HOME=${HOME}/.cargo
cargo build --verbose --release \
--manifest-path ${CARGO_HOME}/git/checkouts/era-compiler-solidity-*/*/Cargo.toml \
--target-dir './target-zksolc/'
Expand Down Expand Up @@ -114,7 +115,7 @@ runs:
shell: ${{ runner.os == 'Windows' && 'msys2 {0}' || 'bash' }}
run: |
set -x
[ -f ./target-zkvyper/release/zkvyper ] && ZKVYPER="--zkvyper ./target-zkvyper/release/zkvyper"
./target/release/compiler-tester \
--zksolc './target-zksolc/release/zksolc' ${ZKVYPER} \
--zksolc './target-zksolc/release/zksolc' \
--zkvyper './target-zkvyper/release/zkvyper' \
--path '${{ inputs.path }}' ${{ inputs.extra-args }}

0 comments on commit 7fb6ba1

Please sign in to comment.