Skip to content

Commit

Permalink
update integration_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee committed Sep 26, 2024
1 parent d7ce51d commit 72c9047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ precompiled_test(){
# TODO: consensus test use getSealer first
# TODO: cns
# TODO: permission
precompileds=(config crud auth config balance)
precompileds=(balance config crud auth config)
sleep 10
for pkg in ${precompileds[*]}; do
cp -R nodes/127.0.0.1/sdk/* "./precompiled/${pkg}"
Expand Down

0 comments on commit 72c9047

Please sign in to comment.