Skip to content

Commit

Permalink
Merge branch 'main' into bump-datafusion-37
Browse files Browse the repository at this point in the history
  • Loading branch information
waynexia committed May 30, 2024
2 parents d8242eb + f024054 commit aa6e19f
Show file tree
Hide file tree
Showing 60 changed files with 2,519 additions and 1,892 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,14 @@ jobs:
path: .
- name: Unzip binaries
run: tar -xvf ./bins.tar.gz
- name: Fuzz Test
- name: Build Fuzz Test
shell: bash
run: |
cd tests-fuzz &
cargo install cargo-gc-bin &
cargo gc &
cd ..
- name: Run Fuzz Test
uses: ./.github/actions/fuzz-test
env:
CUSTOM_LIBFUZZER_PATH: /usr/lib/llvm-14/lib/libFuzzer.a
Expand Down
Loading

0 comments on commit aa6e19f

Please sign in to comment.