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
+1 -2
View File
@@ -1,4 +1,4 @@
name: Build
name: Builds & Tests
on:
push:
@@ -27,4 +27,3 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --all --verbose