Skip to content

Commit

Permalink
fix: no cargo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylar Simoncelli committed Sep 27, 2024
1 parent c613436 commit 202b619
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/actions/artifacts/build-pc-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,6 @@ runs:
fi
shell: bash

- name: Test partner-chains-node
shell: bash
run: |
if [[ "${{ inputs.os }}" == "linux" ]]; then
cargo test --locked --release --target x86_64-unknown-linux-gnu
elif [[ "${{ inputs.os }}" == "macos-x86_64" ]]; then
cargo test --locked --release --target x86_64-apple-darwin
elif [[ "${{ inputs.os }}" == "macos-arm64" ]]; then
cargo test --locked --release --target aarch64-apple-darwin
fi
- name: Build partner-chains-cli
shell: bash
run: |
Expand Down

0 comments on commit 202b619

Please sign in to comment.