Create build action
This commit is contained in:
parent
59e15c34c6
commit
6446d2efce
|
@ -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
|
||||
|
Loading…
Reference in a new issue