Skip to content

RSDK-4755: accept entity string for rpc dial (#75) #157

RSDK-4755: accept entity string for rpc dial (#75)

RSDK-4755: accept entity string for rpc dial (#75) #157

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
if: github.repository_owner == 'viamrobotics'
runs-on: [self-hosted, x64]
container:
image: ghcr.io/viamrobotics/canon:amd64
steps:
- name: Checkout PR/Push/Workflow Dispatch
uses: actions/checkout@v3
- name: Setup Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run tests
run: |
apt-get -y install lsof
make test