From 1fe8216ba865fb1112a36a8a1cb9d6b828c827ca Mon Sep 17 00:00:00 2001 From: Venus Xeon-Blonde Date: Sun, 27 Oct 2024 05:59:02 -0400 Subject: [PATCH] Attempt 3 at CI --- .github/workflows/cargo-check.yml | 5 ++--- .github/workflows/cargo-test.yml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cargo-check.yml b/.github/workflows/cargo-check.yml index 76e7ff7f..d3eb5fcf 100644 --- a/.github/workflows/cargo-check.yml +++ b/.github/workflows/cargo-check.yml @@ -33,12 +33,11 @@ jobs: include: - os: macos-latest llvm-install-dir: /opt/homebrew/opt/llvm - - targets: --lib - targets: --tests - features: wright_binary - targets: --bins + targets: --bins --tests - features: default - targets: --bins + targets: --bins --tests exclude: - os: windows-latest shell: bash diff --git a/.github/workflows/cargo-test.yml b/.github/workflows/cargo-test.yml index fedec2e0..34fe92f5 100644 --- a/.github/workflows/cargo-test.yml +++ b/.github/workflows/cargo-test.yml @@ -33,12 +33,11 @@ jobs: include: - os: macos-latest llvm-install-dir: /opt/homebrew/opt/llvm - - targets: --lib - targets: --tests - features: wright_binary - targets: --bins + targets: --bins --tests - features: default - targets: --bins + targets: --bins --tests exclude: - os: windows-latest shell: bash