Skip to content

Merge pull request #17 from pyrocat101/timeoutAndRestart #38

Merge pull request #17 from pyrocat101/timeoutAndRestart

Merge pull request #17 from pyrocat101/timeoutAndRestart #38

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