rust-minidump / minidump-writer

Rust rewrite of breakpad's minidump_writer
MIT License
68 stars 17 forks source link

Run tests in CI #48

Closed Jake-Shadle closed 2 years ago

Jake-Shadle commented 2 years ago

There's a lot of warning spam due to unused code etc, so cleaning those up so CI is nicer.

Resolves: #30

Jake-Shadle commented 2 years ago

Had to disable some tests in CI, unsure why the linux ones fail since they run fine locally, the mac ones probably fail simply because the CPU allocated for macos runners is abysmal so the tests time out.