Users bugfixes + tests (#19)

Co-authored-by: Asim Aslam <asim@aslam.me>
This commit is contained in:
Janos Dobronszki
2020-10-26 17:49:03 +01:00
committed by GitHub
parent 9601ad952c
commit 0e356aef01
9 changed files with 416 additions and 106 deletions

View File

@@ -1,10 +1,10 @@
name: Blog integration tests
name: Integration tests
on: [push]
jobs:
test:
name: Blog integration tests
name: Integration tests
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
@@ -26,7 +26,7 @@ jobs:
with:
repository: 'micro/micro'
path: 'micro'
ref: '20cabee1960e6abe8b59d8f178ddf66ad5da1097'
ref: 'v3.0.0-beta.7'
- name: Enable caching
uses: actions/cache@v2
@@ -52,5 +52,5 @@ jobs:
- name: Test Blog services
working-directory: services/test/integration
run: |
go clean -testcache && GOMAXPROCS=4 go test -timeout 15m --tags=blog -v ./...
go clean -testcache && GOMAXPROCS=4 go test -timeout 15m --tags=integration -v ./...