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

This commit is contained in:
Breadway 2026-06-06 23:43:08 +08:00
parent 0f430e873d
commit 109b11c77f

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: |