Skip to content

Get boost.thread building #1

Get boost.thread building

Get boost.thread building #1

Workflow file for this run

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