mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
Fix Rust build on FreeBSD with Cirrus CI
This commit is contained in:
parent
9157ebf953
commit
47d83a3c57
1 changed files with 3 additions and 3 deletions
|
@ -69,6 +69,6 @@ rust_freebsd_task:
|
|||
- sudo make install
|
||||
rust_test_script:
|
||||
- cd pkgs/rust
|
||||
- cargo test
|
||||
- cargo clippy
|
||||
- cargo fmt --check
|
||||
- ~/.cargo/bin/cargo test
|
||||
- ~/.cargo/bin/cargo clippy
|
||||
- ~/.cargo/bin/cargo fmt --check
|
||||
|
|
Loading…
Reference in a new issue