Skip to content

Commit

Permalink
Lint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WKHAllen committed Dec 31, 2023
1 parent c61e38e commit 448da96
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Build
run: cargo build --verbose
- name: Run tests

- name: Test
run: cargo test --verbose -- --nocapture

- name: Lint
run: cargo clippy --verbose -- -D warnings

0 comments on commit 448da96

Please sign in to comment.