Commit Graph

11 Commits

Author SHA1 Message Date
David Tolnay
a5b48e6b29
Also run clippy with crate features enabled 2021-09-30 01:20:49 -04:00
David Tolnay
4565d979c3
Run clippy on test suite too 2021-09-30 01:00:23 -04:00
David Tolnay
17b1bc9605
Opt in to pedantic clippy lints in CI 2021-09-30 00:48:06 -04:00
David Tolnay
f719f7d555
Use rust-toolchain setup step with better defaults 2021-09-18 16:43:55 -07:00
David Tolnay
a44778e1a9
Skip clippy job on pull requests 2021-09-18 16:42:02 -07:00
David Tolnay
217c60bc82
Run clippy linter in CI 2020-12-30 00:46:05 -08:00
David Tolnay
24a41c94ed
Add ui test in subdirectory 2020-09-09 12:01:48 -07:00
David Tolnay
c4aa4d73ab
Rename CI workflow
For cron scheduled runs, GitHub Actions names the run after the workflow
name (unlike Travis which names it after the subject of the most recent
commit on the branch). Having a bunch of runs called "test" made it look
like someone was poking at things manually to debug something, rather
than these being ordinary cron runs.
2020-05-04 01:22:35 -07:00
David Tolnay
8d7e5075ce
Condense name of Actions workflow 2020-05-02 22:42:59 -07:00
David Tolnay
9e9776e9bc
Add a cron scheduled Actions build
The crontab "40 1 * * *" is once daily at 01:40 UTC, which is 100
minutes after nightly promotions are kicked off so hopefully the newest
nightly is available by then.
2020-05-01 18:37:36 -07:00
David Tolnay
c308b32d10
Add GitHub Actions setup 2020-05-01 18:08:17 -07:00