Launch Redis server in CI build job (#2)

pull/3/head
Raphaël 2020-04-12 23:09:12 +01:00 committed by GitHub
parent 5d3307e256
commit 5bdf1d8e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -32,5 +32,8 @@ jobs:
- name: Build
run: go build -v .
- name: Launch Redis server
run: docker-compose up -d
- name: Test
run: go test -v ./...