Skip to content

Commit 4762112

Browse files
committed
ci: Integration test use ckb 0.204.0
1 parent a6c697e commit 4762112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ci: fmt clippy test security-audit check-crates check-licenses
1717
git diff --exit-code Cargo.lock
1818

1919
integration:
20-
bash devtools/ci/integration.sh v0.203.0 $(ARGS)
20+
bash devtools/ci/integration.sh v0.204.0 $(ARGS)
2121

2222
integration-spec:
2323
@if [ -z "$(SPEC)" ]; then \

0 commit comments

Comments
 (0)