Skip to content

Merge branch 'main' into x-simulation-use-proper-value-for-maxInt64 #6

Merge branch 'main' into x-simulation-use-proper-value-for-maxInt64

Merge branch 'main' into x-simulation-use-proper-value-for-maxInt64 #6

on: [push, pull_request]
name: icq-relayer
jobs:
test:
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: |
cd icq-relayer
go test ./...
build:
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: go build icq-relayer/...