Update .gitea/workflows/rust-test.yml
Some checks failed
CI Demo / build (push) Successful in 4s
Docker Test / docker-ops (push) Successful in 5s
.NET Test / dotnet-test (push) Successful in 49s
Go Test / go-test (push) Successful in 20s
Java Test / java-hello (push) Successful in 31s
Julia Test / julia-test (push) Successful in 17s
Kotlin Test / kotlin-hello (push) Successful in 36s
Node.js Test / nodejs-test (push) Successful in 16s
Notebook Test / nb-test (push) Successful in 11s
PHP Test / php-test (push) Successful in 33s
Python Test / python-hello (push) Successful in 3s
R tests / test (push) Failing after 10m35s
Rust test / test (push) Failing after 23s
Scala Test / scala-test (push) Failing after 7s
Swift Test / swift-hello (push) Successful in 50s

This commit is contained in:
2025-08-07 21:33:19 +00:00
parent 30bc406e25
commit acf844d0e6

View File

@@ -1,18 +1,10 @@
name: Rust Test
on: [push]
name: Rust test
on: [push, pull_request]
jobs:
rust-test:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: clippy, rustfmt
- name: Run tests
run: cargo test --verbose
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --verbose