Skip to content

Snip another line

Snip another line #69

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