Skip to content

Commit

Permalink
Rename build and test stage
Browse files Browse the repository at this point in the history
  • Loading branch information
sevro committed Dec 11, 2024
1 parent 72b20c0 commit 382bb83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Cargo Build & Test

on:
push:
Expand All @@ -10,8 +10,9 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
build-and-test:

name: Build & Test
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 382bb83

Please sign in to comment.