This commit is contained in:
JSH32 2022-03-04 11:11:43 -06:00
parent 25e13eadfa
commit b0a09bebde
1 changed files with 17 additions and 0 deletions

17
.github/workflows/cargo.yml vendored Normal file
View File

@ -0,0 +1,17 @@
on: [push]
name: CI
jobs:
build_and_test:
name: Cargo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features