Skip to content

Implement v2 chat system with two-way chats #424

Implement v2 chat system with two-way chats

Implement v2 chat system with two-way chats #424

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
- name: Test
run: make test