Skip to content

API endpoint for manually relaying warp message #1039

API endpoint for manually relaying warp message

API endpoint for manually relaying warp message #1039

Workflow file for this run

# Copyright (C) 2023, Ava Labs, Inc. All rights reserved.
# See the file LICENSE for licensing terms.
name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- "**"
jobs:
test_relayer:
name: Unit tests
runs-on: ubuntu-22.04
steps:
- name: Checkout awm-relayer repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set Go version
run: |
source ./scripts/versions.sh
echo GO_VERSION=$GO_VERSION >> $GITHUB_ENV
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Run Relayer Unit Tests
run: ./scripts/test.sh