Skip to content

Commit

Permalink
Enhanced CI
Browse files Browse the repository at this point in the history
  • Loading branch information
onihilist authored Jul 18, 2024
1 parent dd6155d commit 08c5133
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,8 @@ jobs:

lint-clippy:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Install Rust and Clippy
run: |
rustup component add clippy
cargo clippy
- name: Run tests
run: cargo test

- name: Build release
run: cargo build --release

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: report-lintcov
path: ./.github/workflows/artifacts/report-lintcov.txt
- uses: actions/checkout@v4
- name: Run Clippy
run: cargo clippy --all-targets --all-features

0 comments on commit 08c5133

Please sign in to comment.