Skip to content

Commit

Permalink
feat(validate): add check mode test
Browse files Browse the repository at this point in the history
  • Loading branch information
David Prodinger committed Nov 20, 2024
1 parent ed526c2 commit 1063f7b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,20 @@ jobs:
haproxy -vv
- name: Test
run: go run mage.go test
run: go run mage.go test

check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'

- name: Build binary
run: go run mage.go build

- name: Check config
run: ./coraza-spoa -c -f ./example/coraza-spoa.yaml

0 comments on commit 1063f7b

Please sign in to comment.