monheim 8a1aaa72e5
Some checks failed
Test Runner / test (push) Failing after 2s
Update .gitea/workflows/test.yml
2025-04-20 16:01:34 +02:00

9 lines
351 B
YAML

name: Test Runner
on: [push]
jobs:
test:
runs-on: windows-host
steps:
- run: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command "Write-Output 'Running on Windows Server!'"
- run: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command "Get-ChildItem"
- run: cargo --version # Optional: Test Rust