Skip to content

Merge pull request #46 from silinternational/go-update #20

Merge pull request #46 from silinternational/go-update

Merge pull request #46 from silinternational/go-update #20

Workflow file for this run

name: Unit Tests
on:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: docker compose run test bash -c "make test"