nt-token 0.5.0

Ergonomic wrapper for Windows NT access tokens
Documentation
name: CI

on:
  push:
    branches: [ main ]
  pull_request:

jobs:
  test-windows:
    runs-on: windows-latest
    steps:
      - name: Checkout repository
        uses: actions/checkout@v4

      - name: Set up Rust toolchain
        uses: actions-rs/toolchain@v1
        with:
          toolchain: stable
          override: true

      - name: Run cargo test
        run: cargo test -- --nocapture
        shell: pwsh