Skip to content

Get boost.thread building #11

Get boost.thread building

Get boost.thread building #11

Workflow file for this run

name: bazel
on: [pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: bazelisk test ... -k
working-directory: test