Skip to content

Commit dac7222

Browse files
authored
fuzz: drop local fuzzer, we use the differential fuzzer against Go (#10)
1 parent 01999f2 commit dac7222

File tree

6 files changed

+0
-731
lines changed

6 files changed

+0
-731
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,3 @@ jobs:
8888
steps:
8989
- uses: actions/checkout@v5
9090
- run: cargo doc --all-features --no-deps
91-
92-
fuzz:
93-
runs-on: ubuntu-latest
94-
steps:
95-
- uses: actions/checkout@v5
96-
97-
- name: Install nightly toolchain
98-
run: rustup toolchain install nightly --profile minimal
99-
100-
- name: Install cargo-fuzz
101-
run: cargo install cargo-fuzz
102-
103-
- name: Run fuzzer for 1 minute
104-
run: cargo +nightly fuzz run cbor -- -max_total_time=60
105-
working-directory: fuzz

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ rustdoc-args = ["--cfg", "docsrs"]
1616

1717
[workspace]
1818
members = [".", "src/cbor/derive"]
19-
exclude = ["fuzz"]
2019

2120
[features]
2221
default = []

fuzz/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)