Skip to content

Merge pull request #4 from abbas-gheydi/main #28

Merge pull request #4 from abbas-gheydi/main

Merge pull request #4 from abbas-gheydi/main #28

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request: {}
jobs:
integration_test:
name: Integration test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.21.0'
- name: Run tests with make
run: make test