Added action

pull/2/head
Mark 2023-04-10 11:15:03 -07:00
parent ae05ebb5ff
commit 37206f23f8
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 17 additions and 0 deletions

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

@ -0,0 +1,17 @@
on: [push]
name: CI
jobs:
build_and_test:
name: Daisy
runs-on: debian-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