Skip to content

test_runner.cc: Remove "cout"s #2

test_runner.cc: Remove "cout"s

test_runner.cc: Remove "cout"s #2

Workflow file for this run

name: "Build and static analysis"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build
- run: nix-shell --run "./scripts/static_analysis.sh"