Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Jun 27, 2024
1 parent e45a14b commit e9a3d0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/actions/cli-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ runs:
working-directory: cli-tests
run: |
npm install
which solc
which zksolc
solc --version
zksolc --version
npx jest --ci --reporters=default --reporters=jest-junit
- name: Upload results Linux
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ jobs:
- name: Install solc compiler
uses: ./.github/actions/install-solc

- name: Run tests
if: steps.changed-files-yaml.outputs.cli_tests_only_changed != 'true'
uses: ./.github/actions/unit-tests
with:
target: ${{ matrix.target || '' }}

- name: Run CLI tests
uses: ./.github/actions/cli-tests
with:
use-prebuilt-zksolc: ${{ steps.changed-files-yaml.outputs.cli_tests_only_changed }}
zksolc-version: ${{ github.event.inputs.zksolc-version }}

- name: Run tests
if: steps.changed-files-yaml.outputs.cli_tests_only_changed != 'true'
uses: ./.github/actions/unit-tests
with:
target: ${{ matrix.target || '' }}

0 comments on commit e9a3d0e

Please sign in to comment.