Skip to content

Commit

Permalink
chore: fix tests on mac publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Sep 14, 2023
1 parent d8b1329 commit 8930d70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
uses: ./.github/actions/setup

- name: Test built artifact
if: matrix.target == 'x86_64-apple-darwin'
run: |
cp ./target/${{ matrix.target }}/release/nargo ~/.cargo/bin/
yarn workspace release-tests test
Expand Down

0 comments on commit 8930d70

Please sign in to comment.