Skip to content

Commit

Permalink
Merge branch 'main' into intermediate-db
Browse files Browse the repository at this point in the history
  • Loading branch information
tuommaki committed Nov 17, 2023
2 parents 7bb53f3 + a52a91d commit bb75c18
Show file tree
Hide file tree
Showing 7 changed files with 881 additions and 336 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
checks: [
fmt --all --check,
check --all-targets --all-features,
clippy --all-targets --all-features,
test
clippy --all-targets --all-features -- -D warnings,
test --all-targets --all-features
]
steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit bb75c18

Please sign in to comment.