Skip to content

Add extended documentation for profile and config modules #38

Add extended documentation for profile and config modules

Add extended documentation for profile and config modules #38

Workflow file for this run

name: Windows Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Build binary
run: cargo build
- name: Run tests
run: cargo test -- --test-threads=1 --show-output