forked from jmug/stoatchat
Remove release build
This commit is contained in:
10
.github/workflows/rust.yaml
vendored
10
.github/workflows/rust.yaml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user