Skip to content

Commit 2237251

Browse files
committed
Rename to match other tests
1 parent 3a81691 commit 2237251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run cargo clippy
2828
run: cargo clippy --all-targets -- --deny warnings
2929
clippy-fastapi:
30-
name: Clippy FastAPI Features
30+
name: clippy-fastapi
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v5
@@ -68,7 +68,7 @@ jobs:
6868
- name: Run cargo test
6969
run: cargo test --locked
7070
test-fastapi:
71-
name: Tests FastAPI Features
71+
name: test-fastapi
7272
strategy:
7373
fail-fast: false
7474
matrix:

0 commit comments

Comments
 (0)