Commit cf0f7aba by Evgeny Vereshchagin

cifuzz: turn on MSan

parent cc19bc54
...@@ -29,7 +29,7 @@ jobs: ...@@ -29,7 +29,7 @@ jobs:
with: with:
oss-fuzz-project-name: 'lxc' oss-fuzz-project-name: 'lxc'
fuzz-seconds: 180 fuzz-seconds: 180
dry-run: ${{ matrix.sanitizer == 'memory' }} dry-run: false
sanitizer: ${{ matrix.sanitizer }} sanitizer: ${{ matrix.sanitizer }}
- name: Upload Crash - name: Upload Crash
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment