windows-env 0.1.1

Easily manage Windows environment variables permanently.
name: Test

on:
  pull_request:
  workflow_dispatch:

jobs:
  test:
    name: cargo test
    runs-on: ubuntu-latest
    env:
      SCCACHE_GHA_ENABLED: "true"
      RUSTC_WRAPPER: "sccache"
    steps:
      - uses: actions/checkout@v4
      - name: Setup sccache-cache
        uses: mozilla-actions/sccache-action@v0.0.5
      - uses: dtolnay/rust-toolchain@stable
      - run: cargo test