Skip to content

Add rusage wrapper to correctly report usage for services that spawn … #62

Add rusage wrapper to correctly report usage for services that spawn …

Add rusage wrapper to correctly report usage for services that spawn … #62

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 //...