Update gh CI

This commit is contained in:
Franz Dietrich 2021-08-12 11:26:22 +02:00
parent 0ed8ab73ce
commit de3c69fc89

View File

@ -15,8 +15,13 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: davidB/rust-cargo-make@v1
with:
version: '0.23.0'
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Build - name: Build
run: cargo build --verbose run: cargo make build_standalone
- name: Run tests
run: cargo test --verbose