mirror of https://github.com/stelzo/typst.git
disable fuzzing
This commit is contained in:
parent
8403097443
commit
710c7dedfe
|
|
@ -77,14 +77,14 @@ jobs:
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- run: cargo check --workspace
|
- run: cargo check --workspace
|
||||||
|
|
||||||
fuzz:
|
#fuzz:
|
||||||
name: Check fuzzers
|
# name: Check fuzzers
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@master
|
# - uses: dtolnay/rust-toolchain@master
|
||||||
with:
|
# with:
|
||||||
toolchain: nightly-2024-10-29
|
# toolchain: nightly-2024-10-29
|
||||||
- uses: Swatinem/rust-cache@v2
|
# - uses: Swatinem/rust-cache@v2
|
||||||
- run: cargo install --locked cargo-fuzz@0.12.0
|
# - run: cargo install --locked cargo-fuzz@0.12.0
|
||||||
- run: cd tests/fuzz && cargo fuzz build --dev
|
# - run: cd tests/fuzz && cargo fuzz build --dev
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue