Skip to content

README: Add Instructions to run tests and examples #8

README: Add Instructions to run tests and examples

README: Add Instructions to run tests and examples #8

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
- name: Build
run: |
cargo build --release