diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 973a2a4..1dfd732 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,3 +32,19 @@ jobs: name: hadolint for Dockerfile.linux.arm with: dockerfile: docker/Dockerfile.linux.arm + + testing: + runs-on: ubuntu-latest + container: golang:1.19-alpine + steps: + - name: Checkout repository + uses: actions/checkout@v3 + + - name: setup sshd server + run: | + apk add git make curl perl bash build-base zlib-dev ucl-dev + make ssh-server + + - name: testing + run: | + make test