Skip to content

Fix: Adjusted module.Interface to conform with Implementatiobn (#519) #3716

Fix: Adjusted module.Interface to conform with Implementatiobn (#519)

Fix: Adjusted module.Interface to conform with Implementatiobn (#519) #3716

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.20
- name: Run tests core
run: ./run_tests.sh