Update and rename rust.yml to test.yml

This commit is contained in:
Alex 2021-04-22 21:52:38 -04:00 committed by GitHub
parent 202c9e91f0
commit 3dc8fe5fe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: Rust
name: Test
on:
push:
@ -16,7 +16,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose