Skip to content

Commit d8d219a

Browse files
committed
Inline variable
1 parent cc06434 commit d8d219a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- { target: x86_64-unknown-linux-musl, os: ubuntu-22.04, use-cross: true }
2525
env:
2626
BUILD_CMD: cargo
27-
SUBCOMMAND: test
2827

2928
steps:
3029
- name: Checkout source code
@@ -49,7 +48,7 @@ jobs:
4948

5049
- name: Test
5150
shell: bash
52-
run: $BUILD_CMD $SUBCOMMAND --target ${{ matrix.job.target }}
51+
run: $BUILD_CMD test --target ${{ matrix.job.target }}
5352

5453
test_mime_db:
5554
name: Test with MIME database

0 commit comments

Comments
 (0)