Update rust_build_and_test.yml

pull/3/head
Revertron 3 years ago committed by GitHub
parent 5772f60d21
commit 87548a56de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
name: Build
name: Builds & Tests
on:
push:
@ -26,5 +26,4 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --all --verbose
run: cargo test --all --verbose

Loading…
Cancel
Save