Skip to content

Commit

Permalink
Merge pull request #62 from c410-f3r/misc
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
c410-f3r authored Sep 16, 2024
2 parents a03f6f4 + 3b9f21c commit b8cb49a
Show file tree
Hide file tree
Showing 27 changed files with 615 additions and 171 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
components: clippy,rustfmt
override: true
profile: minimal
toolchain: nightly-2024-07-10
toolchain: nightly-2024-09-07

- uses: Swatinem/rust-cache@v2

Expand All @@ -35,7 +35,7 @@ jobs:
components: clippy,rustfmt
override: true
profile: minimal
toolchain: nightly-2024-07-10
toolchain: nightly-2024-09-07

- uses: Swatinem/rust-cache@v2

Expand Down
2 changes: 1 addition & 1 deletion .scripts/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -euxo pipefail

RUST_BACKTRACE=1 RUST_LOG=debug cargo test --all-features
RUST_BACKTRACE=1 RUST_LOG=debug cargo test --all-features
Loading

0 comments on commit b8cb49a

Please sign in to comment.