diff options
-rw-r--r-- | .github/workflows/test.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2218208..2753b73 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,5 @@ jobs: - name: Test run: make test-coverage - - name: Examples - env: - EXAMPLES_DIR: _examples - run: go test -test.v -test.run='^TestBuildExamples$' + - name: Test Examples + run: go test -timeout 30s -v -run '^TestExamples$' github.com/go-git/go-git/v5/_examples --examples |