Skip to content

Commit

Permalink
Merge branch 'DigitalExtinction:main' into feat/better_input
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCrumpLeys authored Feb 18, 2024
2 parents db062fa + 0e42f64 commit 59db33b
Show file tree
Hide file tree
Showing 42 changed files with 2,094 additions and 1,363 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ jobs:
id: rust-cache
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
Expand All @@ -103,7 +102,8 @@ jobs:
echo $UDEPS_VER
curl -L "https://github.com/est31/cargo-udeps/releases/download/$UDEPS_VER/cargo-udeps-$UDEPS_VER-x86_64-unknown-linux-gnu.tar.gz" -o udeps.tar.gz
tar -xzvf udeps.tar.gz
./cargo-udeps-$UDEPS_VER-x86_64-unknown-linux-gnu/cargo-udeps udeps
cp ./cargo-udeps-$UDEPS_VER-x86_64-unknown-linux-gnu/cargo-udeps ~/.cargo/bin/
cargo +nightly udeps
comments:
name: Code Comments
Expand Down
Loading

0 comments on commit 59db33b

Please sign in to comment.