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:
|
||||
push:
|
||||
|
@ -19,9 +19,7 @@ jobs:
|
|||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: |
|
||||
cargo test --verbose
|
||||
echo ${{ github.event.head_commit.message }}
|
||||
run: cargo test --verbose
|
||||
|
||||
build_windows:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue