Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oroulet committed Jun 23, 2024
1 parent b0a9f05 commit 4e34982
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ jobs:
run: |
touch db.sqlite
sqlite3 db.sqlite "CREATE TABLE IF NOT EXISTS wind (ts REAL PRIMARY KEY, vel REAL, direction INTEGER)"
- name: Lint
run:
run: cargo clippy -- --allow dead_code --allow clippy::missing_errors_doc
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 4e34982

Please sign in to comment.