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
|
||||
name: Run tests
|
||||
- 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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue