Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Updating description to a more logical name.
  • Loading branch information
jhodapp committed Dec 1, 2023
1 parent 0880238 commit 93df3ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Tests (backend)
name: Build & Run Tests

on:
push:
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
run: cargo clippy -- -Dwarnings

- name: Run fmt
run: cargo fmt --check
run: cargo fmt --check

0 comments on commit 93df3ba

Please sign in to comment.