Skip to content

Commit

Permalink
build: Fix syntax to test examples on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Gomes <[email protected]>
  • Loading branch information
pjbgf committed Jul 26, 2024
1 parent 295dfd3 commit c751b7b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c751b7b

Please sign in to comment.