Skip to content

Commit

Permalink
ci: Niceify Rust CI naming (#24834)
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes authored and timgl committed Sep 10, 2024
1 parent e08c403 commit 2dcb74f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust test CI
name: Rust CI

on:
workflow_dispatch:
Expand All @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
if: github.repository == 'PostHog/posthog'
name: Determine need to run rust checks
name: Determine need to run Rust checks
# Set job outputs to values from filter step
outputs:
rust: ${{ steps.filter.outputs.rust }}
Expand All @@ -40,7 +40,7 @@ jobs:
- 'ee/migrations/**'
build:
name: Build rust services
name: Build Rust services
needs: changes
runs-on: depot-ubuntu-22.04-4

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: cargo build --all --locked --release && find target/release/ -maxdepth 1 -executable -type f | xargs strip

test:
name: Test rust services
name: Test Rust services
strategy:
matrix:
package:
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
echo "Cargo test completed"
linting:
name: Lint rust services
name: Lint Rust services
needs: changes
runs-on: depot-ubuntu-22.04-4

Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
run: cargo check --all-features

shear:
name: Shear rust services
name: Shear Rust services
needs: changes
runs-on: depot-ubuntu-22.04-4

Expand Down

0 comments on commit 2dcb74f

Please sign in to comment.