From de3c69fc89d4944b7fcc21357f5736131ab4104d Mon Sep 17 00:00:00 2001 From: Franz Dietrich Date: Thu, 12 Aug 2021 11:26:22 +0200 Subject: [PATCH] Update gh CI --- .github/workflows/rust.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3c13d1b..afb3ec6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -15,8 +15,13 @@ jobs: runs-on: ubuntu-latest 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 - name: Build - run: cargo build --verbose - - name: Run tests - run: cargo test --verbose + run: cargo make build_standalone \ No newline at end of file