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