diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 6735c3c..7aec7cc 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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 \ No newline at end of file + - run: cargo --version # Optional: Test Rust \ No newline at end of file