Skip to content

Commit

Permalink
I guess it uses the display name
Browse files Browse the repository at this point in the history
  • Loading branch information
prokopyl committed Mar 29, 2024
1 parent 32dd4a5 commit 7fa21a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ env:

jobs:
build:
name: Build & Test
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
Expand Down Expand Up @@ -34,7 +33,7 @@ jobs:
run: cargo doc --examples --all-features --no-deps
- name: Clippy
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
- name: Format
- name: Check Formatting (rustfmt)
run: cargo fmt --all -- --check


0 comments on commit 7fa21a4

Please sign in to comment.