Skip to content

Merge branch 'main' into faddat/update-relayer-only #8

Merge branch 'main' into faddat/update-relayer-only

Merge branch 'main' into faddat/update-relayer-only #8

on: [push, pull_request]
name: icq-relayer: build and test

Check failure on line 3 in .github/workflows/icq-relayer-build-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/icq-relayer-build-test.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
jobs:
test:
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- run: go test icq-relayer/...
build:
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- run: go build icq-relayer/...