Skip to content

support testing optcast ring-allreduce implementation #16

support testing optcast ring-allreduce implementation

support testing optcast ring-allreduce implementation #16

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v5
with:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Unittest
uses: docker/build-push-action@v5
with:
target: unittest
cache-from: type=gha
cache-to: type=gha,mode=max