Skip to content

Commit

Permalink
actions: fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandesm14 committed Nov 11, 2023
1 parent cdd8f8e commit e010525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check
name: Checks

on:
push:
Expand All @@ -18,4 +18,4 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo check --verbose -- -F warnings
run: cargo clippy --verbose -- -F warnings

0 comments on commit e010525

Please sign in to comment.