Skip to content

Commit 4dbdc69

Browse files
committed
xtask: migrating from duct to xshell
xshell does not handle any async, so it also required the addition of tokio
1 parent 24dc041 commit 4dbdc69

File tree

11 files changed

+519
-467
lines changed

11 files changed

+519
-467
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,16 @@ jobs:
2727
runs-on: self-hosted
2828
steps:
2929
- uses: actions/checkout@v4
30+
- name: cargo cache
31+
run: cargo install cargo-cache --no-default-features --features ci-autoclean cargo-cache && cargo-cache
3032
- name: cargo build
3133
run: cargo build --verbose --all
3234
- name: cargo test
3335
run: cargo test --verbose --all
3436
- name: cargo xtask test
3537
run: cargo xtask test
38+
- name: cargo cache
39+
run: cargo-cache
40+
- name: Print Log
41+
run: cat test_log/*.log && /cargo_target/release/ikura-shim serve --help
42+
if: failure()

0 commit comments

Comments
 (0)