Skip to content

feat: add proto for store service #95

feat: add proto for store service

feat: add proto for store service #95

Workflow file for this run

name: Pre Merge
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Run tests
run: |
go test -v -race ./...