summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.woodpecker/eowyn.yaml2
-rw-r--r--README.md6
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*
diff --git a/README.md b/README.md
index 50f45eb..776bafb 100644
--- a/README.md
+++ b/README.md
@@ -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:
```