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
|
name: Rust test
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
rust-test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
- name: Set up Rust
|
- run: cargo test --verbose
|
||||||
uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
override: true
|
|
||||||
components: clippy, rustfmt
|
|
||||||
|
|
||||||
- name: Run tests
|
|
||||||
run: cargo test --verbose
|
|
||||||
|
Reference in New Issue
Block a user