Skip to content

Commit

Permalink
Skip tests in release
Browse files Browse the repository at this point in the history
  • Loading branch information
omentic committed May 1, 2024
1 parent 27cc594 commit cd15f3d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,6 @@ jobs:
echo "cargo command is: ${{ env.CARGO }}"
echo "target flag is: ${{ env.TARGET_FLAGS }}"
- name: Run cargo test
if: "!matrix.skip_tests"
run: ${{ env.CARGO }} test --release --locked --target ${{ matrix.target }} --workspace

- name: Set profile.release.strip = true
shell: bash
run: |
Expand Down

0 comments on commit cd15f3d

Please sign in to comment.