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