ci: only check fuzz tests after basic tests (#5687)

This commit is contained in:
Alice Ryhl 2023-05-14 12:43:37 +02:00 committed by GitHub
parent dec390df1e
commit 4e2ef63c4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,7 @@ jobs:
- wasm32-unknown-unknown
- wasm32-wasi
- check-external-types
- check-fuzzing
steps:
- run: exit 0
@ -688,6 +689,7 @@ jobs:
check-fuzzing:
name: check-fuzzing
needs: basics
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3