aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f94d3e7..2218208 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -34,3 +34,8 @@ jobs:
- name: Test
run: make test-coverage
+
+ - name: Examples
+ env:
+ EXAMPLES_DIR: _examples
+ run: go test -test.v -test.run='^TestBuildExamples$'