From d8fa028ff81e0115610c43cb8eb77f2a8a1c8b20 Mon Sep 17 00:00:00 2001 From: GroovieGermanikus Date: Thu, 7 Sep 2023 15:50:44 +0200 Subject: [PATCH] inline build - ignore the script --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c2946b..8f54082 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,4 +62,5 @@ jobs: args: --workspace --all-targets #-- --deny=warnings - name: Build - run: ./ci/cargo-build-test.sh + run: | + cargo build --all-targets