Update rust_build_and_test.yml

This commit is contained in:
Revertron
2021-02-23 16:33:10 +01:00
committed by GitHub
parent 5772f60d21
commit 87548a56de
+2 -3
View File
@@ -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