Skip to content

Use conventional commits #45

Use conventional commits

Use conventional commits #45

Workflow file for this run

name: Windows
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: vcpkg
run: |
cargo +stable install cargo-vcpkg
cargo vcpkg build
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose