diff options
author | JJ | 2024-05-01 23:54:00 +0000 |
---|---|---|
committer | JJ | 2024-05-01 23:54:41 +0000 |
commit | cd15f3d346196db5c0c7623b6c7cafcf350119ad (patch) | |
tree | 1ab3b5424cf45eb5701fae97c9c9c2c37687479d | |
parent | 27cc594d8fb5fb9e28888e20bae14db6ac2bef83 (diff) |
-rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b483e3af..28bfec0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | |