Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaxus committed Dec 20, 2024
1 parent 2a34281 commit a9677b0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ci.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cargo --version

cargo install cargo-nextest
cargo install --locked cargo-outdated --features vendored-openssl

cargo update --dry-run --verbose

cargo outdated --exit-code 1 && \
cargo fmt --check && \
cargo check --profile=ci --all-features --tests --examples && \
cargo clippy --profile=ci --all-features --tests --examples -- -Dwarnings && \
Expand Down

0 comments on commit a9677b0

Please sign in to comment.