We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0058ce4 commit 73d59bcCopy full SHA for 73d59bc
.github/workflows/release.yml
@@ -101,9 +101,9 @@ jobs:
101
if: matrix.cross == true
102
run: cross build --release --target ${{ matrix.target }}
103
104
- - name: Run tests 🧪
105
- if: ${{ matrix.cross != true && matrix.os != 'windows-latest' }}
106
- run: cargo test --release --target ${{ matrix.target }}
+ # - name: Run tests 🧪
+ # if: ${{ matrix.cross != true && matrix.os != 'windows-latest' }}
+ # run: cargo test --release --target ${{ matrix.target }}
107
108
- name: Strip binary (Linux/macOS) 🗜️
109
if: matrix.os != 'windows-latest' && matrix.cross != true
release_artifacts/st
-23.7 MB
0 commit comments