Skip to content

Commit

Permalink
Fix ci fails
Browse files Browse the repository at this point in the history
  • Loading branch information
nsyzrantsev committed Jan 3, 2025
1 parent 825503b commit 8810bf5
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 776 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Check
run: cargo check --offline --verbose
run: cargo check --locked --verbose
- name: Check without default features
run: cargo check --offline --no-default-features --verbose
run: cargo check --locked --no-default-features --verbose

typos:
name: Typos
Expand Down
Loading

0 comments on commit 8810bf5

Please sign in to comment.