tikv / yatp

Yet another thread pool in rust for both callbacks or futures.
Apache License 2.0
135 stars 32 forks source link

Use GitHub Actions to test and bench #52

Closed JmPotato closed 3 years ago

JmPotato commented 3 years ago

Signed-off-by: JmPotato ghzpotato@gmail.com

You can check some examples from here: https://github.com/JmPotato/yatp/actions

JmPotato commented 3 years ago

cc @BusyJay @sticnarf

JmPotato commented 3 years ago

It looks like we need to remove Travis from the CI settings of this repo and move to GitHub Actions. BTW, GitHub Actions is way faster than Travis now.