Skip to content

Migrated implementation from C++ to Go lang #550

Migrated implementation from C++ to Go lang

Migrated implementation from C++ to Go lang #550

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test-node:
name: test on ${{ matrix.os }} amd64
runs-on: ${{ matrix.os }}
timeout-minutes: 60
strategy:
matrix:
# removing macos-latest since libwebrtc is not available on macos
os: [ubuntu-22.04]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- shell: bash
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
./ci.sh