Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
markuswustenberg committed Oct 18, 2024
1 parent d2ff2f3 commit a831ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:

- name: Build
run: go build -v ./...
working-directory: ./cmd/html2gomponents
working-directory: cmd/html2gomponents

- name: Test
run: go test -v -shuffle on ./...
working-directory: ./cmd/html2gomponents
working-directory: cmd/html2gomponents

0 comments on commit a831ca4

Please sign in to comment.