@@ -18,17 +18,13 @@ jobs:
|
||||
cargo build --all-features
|
||||
- name: Test
|
||||
run: |
|
||||
cd medicallib_rust
|
||||
cargo test --all-features
|
||||
- name: Clippy
|
||||
run: |
|
||||
cd medicallib_rust
|
||||
cargo clippy --all-targets --all-features -D warnings
|
||||
- name: Fmt check
|
||||
run: |
|
||||
cd medicallib_rust
|
||||
cargo fmt --all -- --check
|
||||
- name: Package (ffi)
|
||||
run: |
|
||||
cd medicallib_rust
|
||||
bash ../scripts/package.sh
|
||||
|
||||
Reference in New Issue
Block a user