Update rust.yml
This commit is contained in:
parent
a4bba6f8d8
commit
c5e4a719ac
13
.github/workflows/rust.yml
vendored
Normal file
13
.github/workflows/rust.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: Rust
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
Loading…
x
Reference in New Issue
Block a user