Skip to content

Commit

Permalink
github: Run weekly test job
Browse files Browse the repository at this point in the history
  • Loading branch information
remko committed Nov 1, 2023
1 parent 64f4d00 commit d51a10d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
pull_request:
workflow_dispatch:
workflow_call:
schedule:
- cron: "0 6 * * 6"

jobs:
build:
Expand All @@ -14,4 +16,4 @@ jobs:
- uses: ./.github/actions/setup
- run: make
- run: make lint
- run: make test
- run: make test

0 comments on commit d51a10d

Please sign in to comment.