Stebalien / tempfile

Temporary file library for rust
http://stebalien.com/projects/tempfile-rs
Apache License 2.0
1.15k stars 113 forks source link

CI: run tests with android target #262

Open Stebalien opened 10 months ago

Stebalien commented 10 months ago

Our "linux" test runner is really, GNU/Linux and uses GLibc. We should have an android test runner as well to test android-specific flows. That'll let us catch bugs like #259.