Skip to content

Commit 29ea43c

Browse files
committed
Rename GH workflows
1 parent 520f628 commit 29ea43c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cargo-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
CARGO_TERM_COLOR: always
1111

1212
jobs:
13-
build:
13+
cargo-build:
1414

1515
runs-on: ubuntu-latest
1616

@@ -19,7 +19,7 @@ jobs:
1919
- name: Build
2020
run: cargo build --verbose
2121

22-
build-without-reqwest:
22+
cargo-build-without-default-features:
2323

2424
runs-on: ubuntu-latest
2525

.github/workflows/cargo-fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
CARGO_TERM_COLOR: always
1111

1212
jobs:
13-
build:
13+
cargo-fmt:
1414

1515
runs-on: ubuntu-latest
1616

0 commit comments

Comments
 (0)