Skip to content

Remove unnecessary cast #8

Remove unnecessary cast

Remove unnecessary cast #8

Workflow file for this run

name: ci
on:
pull_request:
push:
tags:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Setup Cpp
uses: aminya/setup-cpp@v1
- name: Build and test
run: bazel test --test_output=errors ...
- name: Shut down bazel
run: bazel shutdown