Skip to content

Commit

Permalink
Place -v after -C in github actions workflows (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaomidi authored Nov 28, 2023
1 parent 2d1427a commit 4969251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: 'stable'

- name: Run Go unit tests
run: go test -C ./tools .
run: go test -C ./tools -v .

- name: Install dependencies
run: sudo apt install -y autopoint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tld-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
go-version: 'stable'

- name: Run unit tests
run: go test -v -C ./tools .
run: go test -C ./tools -v .

- name: Set current date
id: get-date
Expand Down

0 comments on commit 4969251

Please sign in to comment.