Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hennzau committed Sep 6, 2024
1 parent 4d953f3 commit 71aba67
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ jobs:
cache-directories: ${{ env.CARGO_TARGET_DIR }}

- name: "Check"
run: cargo check --all
- name: "Build (Without Python node as it is build with maturin)"
run: cargo build --all --all-features
- name: "Test"
run: cargo test --all --all-features
run: cargo check --all --all-features

clippy:
name: "Clippy"
Expand All @@ -48,14 +44,7 @@ jobs:
- run: cargo --version --verbose

- name: "Clippy"
run: cargo clippy --all
- name: "Clippy (tracing feature)"
run: cargo clippy --all
if: false
- name: "Clippy (metrics feature)"
run: cargo clippy --all
if: false

run: cargo clippy --all --all-features
rustfmt:
name: "Formatting"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 71aba67

Please sign in to comment.