Skip to content

Commit

Permalink
Add test (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihmels committed Apr 23, 2024
1 parent cf49eb8 commit 706fe28
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Tests

on:
push:
branches:
- main
pull_request:
branches:
- main

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

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

- name: Install xcaddy
run: go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest

- name: Run xcaddy build
run: xcaddy build --with github.com/caddy-dns/inwx=.

0 comments on commit 706fe28

Please sign in to comment.