Remove tests from release workflow

pull/6/head
trivernis 2 years ago
parent de29ab04c6
commit 7d4fee8f9c
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -110,14 +110,6 @@ jobs:
if: "matrix.cross"
run: cargo install cross --git https://github.com/cross-rs/cross.git --rev 47df5c76e7cba682823a0b6aa6d95c17b31ba63a
- name: Run cargo test
uses: actions-rs/cargo@v1
if: "!matrix.skip_tests"
with:
use-cross: ${{ matrix.cross }}
command: test
args: --release --locked --target ${{ matrix.target }} --workspace
- name: Set profile.release.strip = true
shell: bash
run: |

Loading…
Cancel
Save