Skip to content

Commit

Permalink
fix: only run the fuzz tests on unix
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Charles <acharles@outlook.com>
  • Loading branch information
ahmedcharles authored and rjzak committed Feb 18, 2024
1 parent 779edb4 commit ba48adc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ciborium/tests/fuzz.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// SPDX-License-Identifier: Apache-2.0

#![cfg(unix)]

use std::fs::File;
use std::io::Read;
use std::io::Write;
Expand Down

0 comments on commit ba48adc

Please sign in to comment.