Skip to content

Commit

Permalink
Adds a nightly CI (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Arjo Chakravarty <[email protected]>
  • Loading branch information
arjo129 authored Apr 18, 2023
1 parent 156cce1 commit 7dbc05c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_linux.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: ci_linux

on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '30 2 * * *'
pull_request:

env:
CARGO_TERM_COLOR: always

Expand Down

0 comments on commit 7dbc05c

Please sign in to comment.