Skip to content

Commit

Permalink
fix clusterfuzz lite on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fridrik01 committed Dec 19, 2023
1 parent b92c8b5 commit 534e7c5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ members = [
"ipld/kamt/fuzz",
"testing/calibration/shared",
"testing/conformance",
"testing/common_fuzz",
"testing/common_fuzz/fuzz",
"testing/integration",
"testing/test_actors",
Expand Down
6 changes: 6 additions & 0 deletions testing/common_fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[package]
name = "common"
version = "0.1.0"
edition = "2021"

[dependencies]
5 changes: 5 additions & 0 deletions testing/common_fuzz/src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright 2021-2023 Protocol Labs
// SPDX-License-Identifier: Apache-2.0, MIT
fn main() {
println!("Hello, world!");
}

0 comments on commit 534e7c5

Please sign in to comment.