Skip to content

Commit 7511bdc

Browse files
committed
ci: tweak step name
1 parent 6b624f6 commit 7511bdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
runs:
1111
using: composite
1212
steps:
13-
- name: Build debug
13+
- name: Build dev
1414
if: ${{ inputs.release == 'false' }}
1515
shell: bash
1616
run: cargo build --target ${{ inputs.target }}

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Run tests
33
runs:
44
using: composite
55
steps:
6-
- name: Test debug
6+
- name: Test dev
77
shell: bash
88
run: cargo test --verbose
99

0 commit comments

Comments
 (0)