Skip to content

Svcctl shall not steal ports #80

Svcctl shall not steal ports

Svcctl shall not steal ports #80

Workflow file for this run

name: run-tests
on: [push]
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
working-directory: tests
run: bazel test //...