rename some CI stuff
Cargo Format, Check and Test / cargo fmt (push) Successful in 37s Details
Cargo Format, Check and Test / cargo check (push) Successful in 40s Details
Cargo Format, Check and Test / cargo test (push) Successful in 1m10s Details

This commit is contained in:
Christoph J. Scherr 2024-01-10 21:44:06 +01:00
parent bfacd1d926
commit 0d694f69d6
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
format:
name: cargo test
name: cargo fmt
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 test
name: cargo check
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable