Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

feat(optimus): fetching optimus host from sheild #536

feat(optimus): fetching optimus host from sheild

feat(optimus): fetching optimus host from sheild #536

Workflow file for this run

name: Test
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.20"
- name: run tests
run: make test