Remove release build

This commit is contained in:
Yannick Funk
2021-09-06 17:13:07 +02:00
parent fe085ef100
commit d8d0d93a21

View File

@@ -22,9 +22,6 @@ jobs:
override: true
components: rustfmt, clippy
# `cargo check` command here will use installed `nightly`
# as it is set as an "override" for current directory
- name: Run cargo build
uses: actions-rs/cargo@v1
with:
@@ -33,9 +30,4 @@ jobs:
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test
- name: Run cargo build --release
uses: actions-rs/cargo@v1
with:
command: build --release
command: test