Skip to content

[opt]: add error msg when json marshal fail #31

[opt]: add error msg when json marshal fail

[opt]: add error msg when json marshal fail #31

Workflow file for this run

name: LinDB Common CI
on: [push, pull_request]
jobs:
test-with-coverage:
name: Uint Test With Coverage
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.22
cache: true
id: go
- name: Test
run: make test
- name: Upload
run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}