Browse Source

.github: run tests nightly

This should help us catch breakages more quickly.
Tamir Duberstein 1 year ago
parent
commit
f01845a379
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/ci.yml

+ 3 - 0
.github/workflows/ci.yml

@@ -9,6 +9,9 @@ on:
     branches:
       - main
 
+  schedule:
+    - cron: 00 4 * * *
+
 env:
   CARGO_TERM_COLOR: always