Skip to content

Merge pull request #9 from Kuuuube/fix-create-pr #18

Merge pull request #9 from Kuuuube/fix-create-pr

Merge pull request #9 from Kuuuube/fix-create-pr #18

Workflow file for this run

name: Build and Test
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- name: Setup dependencies
run: |
rustup update stable
rustup default stable
- name: Build
run: |
powershell ./build.ps1
- name: Run tests
run: cargo test --verbose
- uses: actions/upload-artifact@v6
with:
name: tabletdrivercleanup
path: ./build
if-no-files-found: error