Update .gitea/workflows/test.yml
Some checks failed
Test Runner / test (push) Failing after 2s

This commit is contained in:
monheim 2025-04-20 16:01:34 +02:00
parent 865dc7a8ba
commit 8a1aaa72e5

View File

@ -6,4 +6,4 @@ jobs:
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: rustc --version # Optional: Test Rust
- run: cargo --version # Optional: Test Rust