Skip to content

🐛 Fix printing variables when expect or assert fails #49

🐛 Fix printing variables when expect or assert fails

🐛 Fix printing variables when expect or assert fails #49

Workflow file for this run

---
name: Windows
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: configure
run: cmake -S . -B build
- name: build and test
run: cmake --build build