Skip to content

Commit

Permalink
test fuzzer works should be a shorter ci process
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmonster committed Jul 16, 2024
1 parent 1832df5 commit 15b3372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-fuzzer-ci-still-works.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
needs:
- build-duckdb
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
fuzzer: [duckfuzz, sqlsmith, duckfuzz_functions]
data: [alltypes, tpch, emptyalltypes]
data: [emptyalltypes]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 15b3372

Please sign in to comment.