Skip to content

Commit

Permalink
Revert "Temporarily disable fuzzing until bytecodealliance#1216 is re…
Browse files Browse the repository at this point in the history
…solved (bytecodealliance#1224)"

This reverts commit 589fa95.
  • Loading branch information
pepyakin authored and abrown committed Feb 21, 2020
1 parent d586e06 commit c5d6805
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cranelift/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
cargo fuzz run fuzz_translate_module fuzz/corpus/fuzz_translate_module/$fuzz_module
env:
RUST_BACKTRACE: 1
if: false && matrix.rust == 'nightly' # Temporarily disable fuzz tests until https://github.com/bytecodealliance/cranelift/issues/1216 is resolved
if: matrix.rust == 'nightly'
continue-on-error: true
meta_determinist_check:
Expand All @@ -127,7 +127,6 @@ jobs:
fuzz:
name: Fuzz Regression
runs-on: ubuntu-latest
if: false # Temporarily disable fuzz tests until https://github.com/bytecodealliance/cranelift/issues/1216 is resolved
steps:
- uses: actions/checkout@v1
- name: Install Rust
Expand All @@ -138,7 +137,7 @@ jobs:
fuzz_push:
name: Fuzz (push)
runs-on: ubuntu-latest
if: false && github.event_name == 'push' # Temporarily disable fuzz tests until https://github.com/bytecodealliance/cranelift/issues/1216 is resolved
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v1
- name: Install Rust
Expand Down

0 comments on commit c5d6805

Please sign in to comment.