Create build action

This commit is contained in:
George 2021-03-13 09:28:17 +03:00 committed by GitHub
parent 59e15c34c6
commit 6446d2efce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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