diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-24 14:49:46 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-24 14:49:46 +0100 |
| commit | 9f44f46a4cbf6857560acf567e2c0e93bd39012d (patch) | |
| tree | 2fa74e3f2dbf712497daca90a21f6f54be62d485 /.github/workflows | |
| parent | 920aa02f020c348ddfc3dd1c31684fcc5d386897 (diff) | |
Add CI docker images for testing with the server
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 6 |
1 files changed, 2 insertions, 4 deletions
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 |
