Skip to content

Update Short-Circuit Operations docs #48

Update Short-Circuit Operations docs

Update Short-Circuit Operations docs #48

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
name: Tests
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ilammy/[email protected]
with:
arch: win32
- name: Run Tests
run: |
cmake -B build -G Ninja -DSINKER_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Release
cmake --build build --target check-sinker --config Release