fix: set unittests dir to /tmp can explode grcov's disk (#253)

* fix: set unittests dir to /tmp can explode grcov's disk

Co-authored-by: luofucong <luofucong@greptime.com>
This commit is contained in:
LFC
2022-09-14 15:10:10 +08:00
committed by GitHub
parent 2dbaad9770
commit 7dee7199dc
3 changed files with 17 additions and 6 deletions

View File

@@ -46,6 +46,7 @@ jobs:
GT_S3_BUCKET: ${{ secrets.S3_BUCKET }}
GT_S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
GT_S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
UNITTEST_LOG_DIR: "__unittest_logs"
fmt:
name: Rustfmt