Skip to content

fix: linux test build via catch2 upgrade #84

fix: linux test build via catch2 upgrade

fix: linux test build via catch2 upgrade #84

Workflow file for this run

on: [push, pull_request]
name: windows
jobs:
test:
strategy:
matrix:
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: bazelbuild/setup-bazelisk@v2
- name: Test
run: bazel run test --enable_platform_specific_config