fix: skip integration tests in CI (require live daemon)
This commit is contained in:
parent
0f430e873d
commit
109b11c77f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
run: cargo build --release --locked
|
run: cargo build --release --locked
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: cargo test --release --locked --workspace
|
run: cargo test --release --locked --workspace --lib
|
||||||
|
|
||||||
- name: prepare artifacts
|
- name: prepare artifacts
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue