Skip to content

OR-1102 update readme en version-1 #165

OR-1102 update readme en version-1

OR-1102 update readme en version-1 #165

Workflow file for this run

name: Run unit test
on: push
jobs:
image:
name: Run UT for titond-backend
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run test
run: |
go test -v ./...