wf
CI / build (push) Failing after 1m18s

This commit is contained in:
2025-09-21 22:34:07 -07:00
parent b81fe009e1
commit c96e04191a
-4
View File
@@ -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