mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Modify rust.yaml
This commit is contained in:
14
.github/workflows/rust.yml
vendored
14
.github/workflows/rust.yml
vendored
@@ -1,15 +1,19 @@
|
|||||||
name: Rust
|
name: Test Suite
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
release-tests:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Run release tests with all features
|
- name: Run release tests with all features
|
||||||
run: cargo test --release --all --all-features
|
run: cargo test --release --all --all-features
|
||||||
|
debug-tests:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Run debug tests with all features
|
||||||
|
run: cargo test --all --all-features
|
||||||
- name: Check formatting with cargo fmt
|
- name: Check formatting with cargo fmt
|
||||||
run: cargo test --release --all --all-features
|
run: cargo test --all --all-features
|
||||||
|
|||||||
Reference in New Issue
Block a user