Skip to content

Handle multi-threaded BEPEventCallback calls #16

Handle multi-threaded BEPEventCallback calls

Handle multi-threaded BEPEventCallback calls #16

Workflow file for this run

name: Default
on:
push:
branches: [main]
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: bazel --bazelrc=.github/workflows/ci.bazelrc --bazelrc=.bazelrc build //...