We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b624f6 commit 7511bdcCopy full SHA for 7511bdc
.github/actions/build/action.yml
@@ -10,7 +10,7 @@ inputs:
10
runs:
11
using: composite
12
steps:
13
- - name: Build debug
+ - name: Build dev
14
if: ${{ inputs.release == 'false' }}
15
shell: bash
16
run: cargo build --target ${{ inputs.target }}
.github/actions/test/action.yml
@@ -3,7 +3,7 @@ description: Run tests
3
4
5
6
- - name: Test debug
+ - name: Test dev
7
8
run: cargo test --verbose
9
0 commit comments