Skip to content

Implement Repository and TransactionStore Interfaces for Database and Cache Operations #35

Implement Repository and TransactionStore Interfaces for Database and Cache Operations

Implement Repository and TransactionStore Interfaces for Database and Cache Operations #35

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- '**'
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24'
cache: true
- name: Install dependencies
run: go mod download
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest
- name: Run tests
run: |
chmod +x ./test.sh
./test.sh