diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2019-10-25 02:06:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-25 02:06:29 +0800 |
commit | 27b159e711b1f0fc0a3c75672d9db33dfe023d67 (patch) | |
tree | 42ca97a48a3db9977eeb149c06880eec579e4805 /.github/workflows | |
parent | 82b3eed5ef7fa8c3b031778817b325f26db7b5cb (diff) | |
download | tracifyjs-27b159e711b1f0fc0a3c75672d9db33dfe023d67.tar.gz tracifyjs-27b159e711b1f0fc0a3c75672d9db33dfe023d67.zip |
separate ufuzz job failures (#3525)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ufuzz.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ufuzz.yml b/.github/workflows/ufuzz.yml index d14ab518..bf307a11 100644 --- a/.github/workflows/ufuzz.yml +++ b/.github/workflows/ufuzz.yml @@ -5,6 +5,7 @@ on: jobs: ufuzz: strategy: + fail-fast: false matrix: os: [ ubuntu-latest, windows-latest ] name: ${{ matrix.os }} |