From 3286ad873c68046fde04fc7fb7b58c1c1e2079bb Mon Sep 17 00:00:00 2001 From: Anton Yemelyanov Date: Sat, 3 Aug 2024 04:25:00 +0300 Subject: [PATCH] testing ci --- .github/workflows/ci.yaml | 7 ++----- examples/data/.gitignore | 1 + 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 examples/data/.gitignore diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d749694..cc250b0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,13 +75,10 @@ jobs: key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - name: Run cargo build - run: cargo build --release --workspace --all --tests --benches + run: cargo build --release --all --tests --benches - name: Run cargo test regular features - run: cargo nextest run --release --workspace - - - name: Run cargo doc tests - run: cargo test --doc --release --workspace + run: cargo nextest run --release lints: name: Lints diff --git a/examples/data/.gitignore b/examples/data/.gitignore new file mode 100644 index 0000000..f59ec20 --- /dev/null +++ b/examples/data/.gitignore @@ -0,0 +1 @@ +* \ No newline at end of file