Add github action configuration

This commit is contained in:
Nico Burns 2022-04-18 15:48:12 +01:00
parent d649dc059b
commit b989c67d00

10
.github/workflows/github-actions.yml vendored Normal file
View file

@ -0,0 +1,10 @@
jobs:
build:
name: Compile release build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo build --release --all-features