Skip to content

Commit

Permalink
testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Aug 3, 2024
1 parent e8c69ab commit 3286ad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions examples/data/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*

0 comments on commit 3286ad8

Please sign in to comment.