Refactor: system test (#386)

This commit is contained in:
Hidetake Iwata
2020-09-26 16:36:05 +09:00
committed by GitHub
parent ed0a5318ec
commit 7bc76a5e79
13 changed files with 169 additions and 113 deletions

View File

@@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.15
id: go
- uses: actions/checkout@v2
- uses: actions/cache@v2
@@ -24,6 +24,6 @@ jobs:
# https://packages.ubuntu.com/xenial/libnss3-tools
- run: sudo apt update
- run: sudo apt install -y libnss3-tools
- run: mkdir -p ~/.pki/nssdb
- run: echo '127.0.0.1 dex-server' | sudo tee -a /etc/hosts
- run: make -C system_test -j3 setup
- run: make -C system_test test
- run: make -C system_test -j3