Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-17 | macOS: repeat the test up to 2x if it fails | Ondřej Čertík | |
This is a workaround for #16. It turns out that if the executable fails to run, just rerunning all tests typically fixes it. | |||
2020-01-14 | Remove manual tests | Ondřej Čertík | |
Use "cargo test" instead. | |||
2020-01-14 | Run tests in serial | Ondřej Čertík | |
This fixes an issue on macOS where sometimes the CI seems to kill `fpm`, probably due to having too many parallel processes at the same time. | |||
2020-01-14 | Print Rust stacktrace when error happens | Ondřej Čertík | |
2020-01-14 | Rewrite the condition | Ondřej Čertík | |
2020-01-14 | Install Rust using an action | Ondřej Čertík | |
2020-01-14 | Install Rust on Windows | Ondřej Čertík | |
2020-01-14 | Set PATH only once | Ondřej Čertík | |
2020-01-14 | Test on Windows | Ondřej Čertík | |
2020-01-14 | Refactor the CI.yml | Ondřej Čertík | |
2020-01-13 | Put Cargo in PATH in all relevant sections | Ondřej Čertík | |
2020-01-13 | Put Cargo in PATH and test it | Ondřej Čertík | |
2020-01-13 | Install Rust on macOS | Ondřej Čertík | |
2020-01-13 | Build and run Rust tests | Ondřej Čertík | |
2020-01-13 | Add GitHub CI | Ondřej Čertík | |