This is an automated email from the ASF dual-hosted git repository. gxd pushed a commit to branch ci_libsql in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit a5a16d32e66d907d9511ec2658871abcb9b84033 Author: G-XD <[email protected]> AuthorDate: Thu Nov 9 00:04:02 2023 +0800 ci(services/libsql): add rust test threads limit --- .github/services/libsql/libsql-auth/action.yml | 1 + .github/services/libsql/libsql/action.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/services/libsql/libsql-auth/action.yml b/.github/services/libsql/libsql-auth/action.yml index 3916fb5c2..ac0bb2010 100644 --- a/.github/services/libsql/libsql-auth/action.yml +++ b/.github/services/libsql/libsql-auth/action.yml @@ -49,6 +49,7 @@ runs: shell: bash run: | cat << EOF >> $GITHUB_ENV + RUST_TEST_THREADS=1 OPENDAL_LIBSQL_CONNECTION_STRING=http://127.0.0.1:8080 OPENDAL_LIBSQL_AUTH_TOKEN=eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJleHAiOjc5ODg0ODM4Mjd9.MatB2aLnPFusagqH2RMoVExP37o2GFLmaJbmd52OdLtAehRNeqeJZPrefP1t2GBFidApUTLlaBRL6poKq_s3CQ OPENDAL_LIBSQL_TABLE=data diff --git a/.github/services/libsql/libsql/action.yml b/.github/services/libsql/libsql/action.yml index 00c5bae42..5e61a9b94 100644 --- a/.github/services/libsql/libsql/action.yml +++ b/.github/services/libsql/libsql/action.yml @@ -48,6 +48,7 @@ runs: shell: bash run: | cat << EOF >> $GITHUB_ENV + RUST_TEST_THREADS=1 OPENDAL_LIBSQL_CONNECTION_STRING=http://127.0.0.1:8080 OPENDAL_LIBSQL_TABLE=data OPENDAL_LIBSQL_KEY_FIELD=key
