Commit Graph

6 Commits

Author SHA1 Message Date
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