aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJJ2024-05-01 23:54:00 +0000
committerJJ2024-05-01 23:54:41 +0000
commitcd15f3d346196db5c0c7623b6c7cafcf350119ad (patch)
tree1ab3b5424cf45eb5701fae97c9c9c2c37687479d
parent27cc594d8fb5fb9e28888e20bae14db6ac2bef83 (diff)
Skip tests in releaseHEAD24.03.1master
-rw-r--r--.github/workflows/release.yml4
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: |