Delete .gitea/workflows/test.yml

This commit is contained in:
monheim 2025-04-20 16:03:48 +02:00
parent 8a1aaa72e5
commit 0e0c885405

View File

@ -1,9 +0,0 @@
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