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
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user