Skip to content

Fix LevelDB yaml unmarshall error and update documentation #198

Fix LevelDB yaml unmarshall error and update documentation

Fix LevelDB yaml unmarshall error and update documentation #198

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: |
cd auth_server
go test ./...
- name: Build
run: |
cd auth_server
make