Skip to content

Merge pull request #73 from migalabs/feat/speedup-attestation-streamings #240

Merge pull request #73 from migalabs/feat/speedup-attestation-streamings

Merge pull request #73 from migalabs/feat/speedup-attestation-streamings #240

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.17.x]
#macos-latest, windows-latest
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run: |
cd pkg