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 a831ca4 commit d97a64e
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 @@ -81,9 +81,9 @@ jobs:
go-version: stable

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

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

0 comments on commit d97a64e

Please sign in to comment.