fix: log file test fail (#54)

* fix: log file test fail

* remove some log

* wip

* add log

* wip
This commit is contained in:
Lei, Huang
2022-06-29 17:01:15 +08:00
committed by GitHub
parent bac6c720f8
commit 651bdbaa71
4 changed files with 21 additions and 8 deletions

View File

@@ -36,6 +36,7 @@ jobs:
command: test
args: --workspace
env:
RUST_BACKTRACE: 1
GT_S3_BUCKET: ${{ secrets.S3_BUCKET }}
GT_S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
GT_S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}