aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2024-07-26 20:25:50 +0100
committerGitHub <noreply@github.com>2024-07-26 20:25:50 +0100
commit8e2641868b50ab0c42f1ee72de72e1e597b412b5 (patch)
treec33e5166767380c8b4c5c06d9f1af5a8b2db1cb3
parent80e4369fb2862ab31e360fdf68973ff98062efae (diff)
parentc751b7bca746c15c9da847bf1e8dec56c520c24e (diff)
downloadgo-git-8e2641868b50ab0c42f1ee72de72e1e597b412b5.tar.gz
Merge pull request #1030 from crazybolillo/i912-crazybolillo
build: run example tests during CI workflow
-rw-r--r--.github/workflows/test.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 96090c0..a04763d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -34,3 +34,6 @@ jobs:
- name: Test
run: make test-coverage
+
+ - name: Test Examples
+ run: go test -timeout 30s -v -run '^TestExamples$' github.com/go-git/go-git/v5/_examples --examples