Skip to content

feat: add LOG_LEVEL environment variable and --log-level argument #60

feat: add LOG_LEVEL environment variable and --log-level argument

feat: add LOG_LEVEL environment variable and --log-level argument #60

Workflow file for this run

name: CI
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.21.1'
- run: make lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-go@v4
with:
go-version: '^1.21.1'
- run: make SKIP_MARIADB_TESTS=1 test