Have CI run more often

This commit is contained in:
François Garillot
2020-06-12 18:49:32 -04:00
parent ce1d97002c
commit cd46a42634
+5 -1
View File
@@ -1,5 +1,9 @@
name: Rust CI
on: [push]
on:
push:
pull_request:
types: [opened, repoened, synchronize]
jobs:
combo:
name: test + Clippy + rustfmt