From 153a1cfe2ede1dee213a13b9ced3bb5c2e4c5165 Mon Sep 17 00:00:00 2001 From: rami3l Date: Fri, 2 Jul 2021 19:41:47 +0200 Subject: [PATCH] chore: perform minor cleanup --- .github/workflows/test.yml | 4 ++-- .vscode/settings.json | 1 + tests/common.rs | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f4a3efd6016..49fe625e3ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,7 @@ jobs: echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.1 --show-sdk-platform-version)" >> $GITHUB_ENV - name: Test build for aarch64 run: cargo build --verbose --release --locked --target=aarch64-apple-darwin - - name: Test native Build + - name: Test native build run: cargo build --verbose # - run: brew list - name: Run unit tests @@ -112,7 +112,7 @@ jobs: override: true - name: Test build for musl run: cargo build --verbose --release --locked --target=x86_64-unknown-linux-musl - - name: Test native Build + - name: Test native build run: cargo build --verbose - name: Run unit tests run: cargo test tests --verbose diff --git a/.vscode/settings.json b/.vscode/settings.json index 6261a2a2bec..17daec5fa44 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -40,6 +40,7 @@ "nupkg", "olegtarasov", "pacaptr", + "phinx", "printf", "proto", "qfile", diff --git a/tests/common.rs b/tests/common.rs index 9e2b00dab83..77831236393 100644 --- a/tests/common.rs +++ b/tests/common.rs @@ -9,6 +9,7 @@ enum Input<'i> { args: &'i [&'i str], flags: &'i [&'i str], }, + #[allow(dead_code)] Exec { cmd: &'i [&'i str], kws: &'i [&'i str],