fix missing space in cargo package CI command
This commit is contained in:
parent
3056660c86
commit
e9318132d8
|
|
@ -200,7 +200,7 @@ jobs:
|
||||||
- run: cargo test --features fips
|
- run: cargo test --features fips
|
||||||
name: Run tests
|
name: Run tests
|
||||||
- name: Test boring-sys cargo package (FIPS)
|
- name: Test boring-sys cargo package (FIPS)
|
||||||
run: cargo package -p boring-sys--features fips
|
run: cargo package -p boring-sys --features fips
|
||||||
|
|
||||||
|
|
||||||
test-features:
|
test-features:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue