Skip to content

only support shared_ptr<Variable> #15

only support shared_ptr<Variable>

only support shared_ptr<Variable> #15

Workflow file for this run

name: macosx
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build_with_bazel:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Build
# Build all program
working-directory: ${{github.workspace}}
run: bazel build ...
- name: Test
# Execute tests
working-directory: ${{github.workspace}}
run: bazel test --test_output=errors ...