|
|
|
@ -24,7 +24,6 @@ jobs:
|
|
|
|
- { target: x86_64-unknown-linux-musl, os: ubuntu-22.04, use-cross: true }
|
|
|
|
- { target: x86_64-unknown-linux-musl, os: ubuntu-22.04, use-cross: true }
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
BUILD_CMD: cargo
|
|
|
|
BUILD_CMD: cargo
|
|
|
|
SUBCOMMAND: test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout source code
|
|
|
|
- name: Checkout source code
|
|
|
|
@ -49,7 +48,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- name: Test
|
|
|
|
- name: Test
|
|
|
|
shell: bash
|
|
|
|
shell: bash
|
|
|
|
run: $BUILD_CMD $SUBCOMMAND --target ${{ matrix.job.target }}
|
|
|
|
run: $BUILD_CMD test --target ${{ matrix.job.target }}
|
|
|
|
|
|
|
|
|
|
|
|
test_mime_db:
|
|
|
|
test_mime_db:
|
|
|
|
name: Test with MIME database
|
|
|
|
name: Test with MIME database
|
|
|
|
|