diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2021-01-19 23:27:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 07:27:32 +0800 |
commit | d37ee4d41c70aa309550e7337f75126ef2932c62 (patch) | |
tree | f92d069caa23a7bb6824014a6139b68c8596811c /.github/workflows | |
parent | 7793c6c389930dd10fdce5a12b24c95d5bb93933 (diff) | |
download | tracifyjs-d37ee4d41c70aa309550e7337f75126ef2932c62.tar.gz tracifyjs-d37ee4d41c70aa309550e7337f75126ef2932c62.zip |
support asynchronous test cases properly (#4529)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ufuzz.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ufuzz.yml b/.github/workflows/ufuzz.yml index 48a3ba6c..beefd96a 100644 --- a/.github/workflows/ufuzz.yml +++ b/.github/workflows/ufuzz.yml @@ -32,6 +32,8 @@ jobs: - uses: actions/checkout@v2 - name: Install GNU Core Utilities if: ${{ startsWith(matrix.os, 'macos') }} + env: + HOMEBREW_NO_INSTALL_CLEANUP: 1 shell: bash run: | brew install coreutils |