diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58d0224..66855b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: toolchain: stable - name: Check Compile run: | - cargo test --target-dir ../../../target + cargo test --workspace cargo check --benches --target-dir ../target --manifest-path ./benches/Cargo.toml cargo check --workspace --examples cargo check --workspace diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index dc0cf1b..6f8037e 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -59,7 +59,7 @@ jobs: toolchain: stable - name: Check Compile run: | - cargo test --target-dir ../../../target + cargo test --workspace cargo check --benches --target-dir ../target --manifest-path ./benches/Cargo.toml cargo check --workspace --examples cargo check --workspace