From c96e04191a88018535bc0f8ec83cc65b4be397a8 Mon Sep 17 00:00:00 2001 From: Zack3D Date: Sun, 21 Sep 2025 22:34:07 -0700 Subject: [PATCH] wf --- .gitea/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1a38b38..3e45fc7 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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