From 2fff8e8124e3b4d88f7e9ca970cf5c2e7a61c338 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Fri, 6 Feb 2026 19:03:07 +0000 Subject: [PATCH] ci: better CI job naming --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/push.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e9ecfa9..54ad47d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: run: nix develop -c cargo clippy test: - name: Run Tests + name: Test runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory @@ -55,7 +55,7 @@ jobs: nix develop --command cargo test -- --show-output deploy: - name: Deploy to Fly.io + name: Deploy runs-on: ubuntu-latest needs: - lint diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a46527a..d9e0112 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -29,11 +29,11 @@ jobs: - name: Check formatting run: nix develop -c cargo fmt --check - - name: Clippy + - name: Run clippy run: nix develop -c cargo clippy test: - name: Run Tests + name: Test runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory