Skip to content

Commit 73d59bc

Browse files
committed
🔧 Comment out test execution in release workflow for clarity and remove unused binary file
1 parent 0058ce4 commit 73d59bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ jobs:
101101
if: matrix.cross == true
102102
run: cross build --release --target ${{ matrix.target }}
103103

104-
- name: Run tests 🧪
105-
if: ${{ matrix.cross != true && matrix.os != 'windows-latest' }}
106-
run: cargo test --release --target ${{ matrix.target }}
104+
# - name: Run tests 🧪
105+
# if: ${{ matrix.cross != true && matrix.os != 'windows-latest' }}
106+
# run: cargo test --release --target ${{ matrix.target }}
107107

108108
- name: Strip binary (Linux/macOS) 🗜️
109109
if: matrix.os != 'windows-latest' && matrix.cross != true

release_artifacts/st

-23.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)