Update rust_build_test.yml
This commit is contained in:
parent
296af68715
commit
b2aaf905a5
1 changed files with 2 additions and 4 deletions
6
.github/workflows/rust_build_test.yml
vendored
6
.github/workflows/rust_build_test.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Rust
|
name: Rust Build & Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -19,9 +19,7 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: cargo test --verbose
|
||||||
cargo test --verbose
|
|
||||||
echo ${{ github.event.head_commit.message }}
|
|
||||||
|
|
||||||
build_windows:
|
build_windows:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue