IronCoreLabs / ironoxide

Rust SDK for IronCore Privacy Platform
https://docs.rs/ironoxide
GNU Affero General Public License v3.0
10 stars 3 forks source link

CI periodic testing #230

Closed giarc3 closed 3 years ago

giarc3 commented 3 years ago

Run a simple test daily, the full matrix weekly on Mondays. Both happen at 2pm UTC, which should be 7 or 8am Mountain time depending on daylight savings. Sends an alert to the githubbery slack channel if the daily test fails. Also (hopefully) alerts if the weekly run fails, but I was having a hard time making sure it didn't also alert on a simple PR CI failure. Also made some changes to the security audit to make it cleaner. First attempt at addressing https://github.com/IronCoreLabs/design-docs/issues/584

giarc3 commented 3 years ago

Issue in test is https://github.com/tokio-rs/mio/issues/1467 Edit: issue was in libc, fixed in https://github.com/rust-lang/libc/pull/2102

coltfred commented 3 years ago

Nice work!