Skip to content

fix: send WM_CLOSE instead of calling CloseWindow (#53) #83

fix: send WM_CLOSE instead of calling CloseWindow (#53)

fix: send WM_CLOSE instead of calling CloseWindow (#53) #83

Workflow file for this run

name: Test
on:
push:
branches:
- dev
pull_request:
branches:
- dev
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --manifest-path ./Cargo.toml --release --example single