Skip to content

Add Windows MSI installer #20

Add Windows MSI installer

Add Windows MSI installer #20

Workflow file for this run

name: tests
on:
pull_request:
branches:
- main
workflow_dispatch:
release:
types: [ created ]
jobs:
test:
name: Test on ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cargo test --verbose