diff options
| -rw-r--r-- | .woodpecker/eowyn.yaml | 2 | ||||
| -rw-r--r-- | README.md | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/.woodpecker/eowyn.yaml b/.woodpecker/eowyn.yaml index 913e943..0d67f5f 100644 --- a/.woodpecker/eowyn.yaml +++ b/.woodpecker/eowyn.yaml @@ -5,5 +5,5 @@ steps: commands: - sh ./patches/eowyn.sh when: - event: [push, cron] + event: [pull_request, push, cron] cron: daily* @@ -127,6 +127,12 @@ It can be handy to check just a single exercise: zig build -Dn=19 ``` +Or let Ziglings pick an exercise for you: + +``` +zig build -Drandom +``` + You can also run without checking for correctness: ``` |
