workflows/test-pr-server: Add test step

This commit is contained in:
IRHM
2026-07-13 02:25:11 +01:00
committed by momi
parent 8243838bfb
commit 86286b967f
2 changed files with 8 additions and 1 deletions
+3
View File
@@ -18,6 +18,9 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-go@v5 - uses: actions/setup-go@v5
- name: go test all packages
run: go test ./...
- name: gofmt test - name: gofmt test
run: | run: |
outp=$(gofmt -l .) outp=$(gofmt -l .)
+5 -1
View File
@@ -2,6 +2,10 @@
These changes are awaiting release: These changes are awaiting release:
## Maintenance
- workflows/test-pr-server: Add test step
# [4.0.0] - 2026-07-11T02:34:00Z # [4.0.0] - 2026-07-11T02:34:00Z
> [!CAUTION] > [!CAUTION]
@@ -213,7 +217,7 @@ Many thanks to everyone who has worked on this release!
## New ## New
- About modal (accessible via face menu) by [@Clusters] in https://github.com/sbondCo/Watcharr/pull/811 - About modal (accessible via face menu) by [@Clusters] in https://github.com/sbondCo/Watcharr/pull/811
- System app theme (automatically swaps between light/dark themes depending on system config) by @antoniosarro in https://github.com/sbondCo/Watcharr/pull/822 - System app theme (automatically swaps between light/dark themes depending on system config) by [@antoniosarro] in https://github.com/sbondCo/Watcharr/pull/822
- Search shortcut (`Ctrl+S`) by [@IRHM] in https://github.com/sbondCo/Watcharr/pull/886 - Search shortcut (`Ctrl+S`) by [@IRHM] in https://github.com/sbondCo/Watcharr/pull/886
## Fixed ## Fixed