From 9f44f46a4cbf6857560acf567e2c0e93bd39012d Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 24 Mar 2022 14:49:46 +0100 Subject: Add CI docker images for testing with the server --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github/workflows/test.yml') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index db93d55..b2e6e52 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,10 +9,8 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 - with: - go-version: ^1.15 - - run: make test-go + - name: Test with docker-compose + run: docker-compose --file ci/docker/docker-compose.yml --project-directory . up --abort-on-container-exit build-lib: name: Build shared Go library -- cgit v1.2.3