Skip to content

Use conventional testing for windows_slim_errors (#3132) #1470

Use conventional testing for windows_slim_errors (#3132)

Use conventional testing for windows_slim_errors (#3132) #1470

Workflow file for this run

name: docs
on:
pull_request:
push:
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
branches:
- master
env:
RUSTFLAGS: -Dwarnings
jobs:
windows:
name: windows
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check
run: cargo doc --no-deps -p windows
windows-sys:
name: windows-sys
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check
run: cargo doc --no-deps -p windows-sys