smol-rs / async-signal

Asynchronous signal handling
Apache License 2.0
15 stars 6 forks source link

Test macOS on CI #15

Closed taiki-e closed 1 year ago

taiki-e commented 1 year ago

Wait, there's no test in this crate?

https://github.com/smol-rs/async-signal/actions/runs/6159051861/job/16713092638?pr=15

Finished test [unoptimized + debuginfo] target(s) in 0.07s
     Running unittests src/lib.rs (target/debug/deps/async_signal-aedc1[8](https://github.com/smol-rs/async-signal/actions/runs/6159051861/job/16713092991?pr=15#step:6:9)dbae6[9](https://github.com/smol-rs/async-signal/actions/runs/6159051861/job/16713092991?pr=15#step:6:10)4c00)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
   Doc-tests async-signal

running 1 test
test src/lib.rs - (line 25) - compile ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
notgull commented 1 year ago

Yeah, I couldn't find a good external crate for invoking SIGINT for both Windows (without CRT) and Linux. I was going to write that crate myself, but I guess I got distracted at some point.