Skip to content

Commit

Permalink
chore(ci): add fuzz_alter_logical_table ci cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
CookiePieWw committed Apr 27, 2024
1 parent 77f9c33 commit 534ed6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests-fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ test = false
bench = false
doc = false

[[bin]]
name = "fuzz_alter_logical_table"
path = "targets/fuzz_alter_logical_table.rs"
test = false
bench = false
doc = false

[[bin]]
name = "fuzz_create_database"
path = "targets/fuzz_create_database.rs"
Expand Down

0 comments on commit 534ed6c

Please sign in to comment.