try fix cargo test no space in ci
This commit is contained in:
parent
dc0f21298e
commit
9a28bab5b2
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -124,7 +124,12 @@ jobs:
|
||||
with:
|
||||
use-cross: ${{ matrix.job.use-cross }}
|
||||
command: build
|
||||
args: --locked --release --target=${{ matrix.job.target }}
|
||||
args: --locked --target=${{ matrix.job.target }}
|
||||
|
||||
- name: clean
|
||||
shell: bash
|
||||
run: |
|
||||
cargo clean
|
||||
|
||||
# - name: Strip debug information from executable
|
||||
# id: strip
|
||||
|
Loading…
Reference in New Issue
Block a user