Skip to content

Directly include header needed for std::setprecision. #12

Directly include header needed for std::setprecision.

Directly include header needed for std::setprecision. #12

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run the tests
run: bazel test -j 4 //...