succd: add ci, tests
Some checks failed
/ test (push) Failing after 20s

This commit is contained in:
Serge Bazanski 2024-09-28 15:28:49 +02:00
parent 96e07ece2d
commit 299212ae9e
3 changed files with 110 additions and 0 deletions

View file

@ -0,0 +1,8 @@
on: [push]
jobs:
test:
runs-on: docker
container: golang:1.23-bookworm
steps:
- uses: https://github.com/actions/checkout@v3
- run: cd succbone/succd && ./ci.sh