diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a06fd9bf..54d57d81 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,8 @@ on: branches: [ master ] pull_request: branches: [ master ] + schedule: + - cron: '0 0 * * SUN' env: CARGO_TERM_COLOR: always