Compare commits

..

No commits in common. "7c19e55d975dae44cec60d15bb262b668cab6ec3" and "8f237ea40e0cab06bb89dacb76864d7e92c3aefe" have entirely different histories.

View file

@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
format:
name: cargo fmt
name: cargo test
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
@ -19,7 +19,7 @@ jobs:
# Defaults to "Apply automatic changes"
commit_message: Automatical formatting
check:
name: cargo check
name: cargo test
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable