fix: skip integration tests in CI (require live daemon)

This commit is contained in:
Breadway 2026-06-06 23:43:08 +08:00
parent 39710f1a6b
commit 81e8155e09

View file

@ -21,7 +21,7 @@ jobs:
run: cargo build --release --locked
- name: test
run: cargo test --release --locked --workspace
run: cargo test --release --locked --workspace --lib
- name: prepare artifacts
run: |