mirror of
https://github.com/dunglas/frankenphp.git
synced 2026-04-23 00:37:20 +08:00
feat: add build tag to skip Watcher support (#1076)
* feat: add build tag to skip Watcher support * fix * fix * cleanup
This commit is contained in:
@@ -71,11 +71,11 @@ jobs:
|
||||
run: go build
|
||||
-
|
||||
name: Run library tests
|
||||
run: go test -race -v ./...
|
||||
run: go test -tags watcher -race -v ./...
|
||||
-
|
||||
name: Run Caddy module tests
|
||||
working-directory: caddy/
|
||||
run: go test -race -v ./...
|
||||
run: go test -tags watcher -race -v ./...
|
||||
-
|
||||
name: Build the server
|
||||
working-directory: caddy/frankenphp/
|
||||
|
||||
Reference in New Issue
Block a user