Skip to content

Merge pull request #36 from aaomidi/amir/coverage_reports_pls #86

Merge pull request #36 from aaomidi/amir/coverage_reports_pls

Merge pull request #36 from aaomidi/amir/coverage_reports_pls #86

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
# TODO(zbarsky): Try to enable this once rules_go doesn't build the builder binary in race mode.
# run: bazel test --@rules_go//go/config:race --@rules_go//go/config:pure=false //...
run: bazel test //...