Add tests on every platform and fix clippy errors

This commit is contained in:
Clémentine Urquizar
2021-03-22 19:17:18 +01:00
parent d34d7cbc37
commit f80ea24d2b
11 changed files with 73 additions and 39 deletions

View File

@ -1,3 +1,8 @@
status = ['tests']
status = [
'Tests on ubuntu-18.04',
'Tests on macos-latest',
'Build on windows-latest',
'Run Clippy'
]
# 3 hours timeout
timeout-sec = 10800