Skip to content

Remove Gene from CODEOWNERS #262

Remove Gene from CODEOWNERS

Remove Gene from CODEOWNERS #262

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:
- "*"
env:
GO_VERSION: "1.20.8"
jobs:
test_relayer:
name: Unit tests
runs-on: ubuntu-20.04
steps:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: Checkout awm-relayer repository
uses: actions/checkout@v4
- name: Run Relayer Unit Tests
run: ./scripts/test.sh