Skip to content

feat: Add tests for execution grpc server and astria configs #14

feat: Add tests for execution grpc server and astria configs

feat: Add tests for execution grpc server and astria configs #14

Workflow file for this run

name: Run tests
on:
push:
branches:
- "main"
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
pull_request:
branches:
- "main"
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21.4
- name: Run tests
run: go test -short ./...
env:
GOOS: linux