Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Aug 22, 2024
1 parent 9b65393 commit f8ddd04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ jobs:
target-env: ${{ contains(matrix.target, 'musl') && 'musl' || 'gnu' }}
enable-assertions: 'false'

- name: Install solc compiler
if: runner.os == 'Windows'
uses: ./.github/actions/install-solc
# - name: Install solc compiler
# if: runner.os == 'Windows'
# uses: ./.github/actions/install-solc

- name: Run tests
uses: ./.github/actions/unit-tests
Expand Down

0 comments on commit f8ddd04

Please sign in to comment.