mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Modify gitlab actions
This commit is contained in:
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@@ -8,12 +8,12 @@ jobs:
|
|||||||
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 --exclude ef_tests
|
||||||
debug-tests:
|
debug-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Run debug tests with all features
|
- name: Run debug tests with all features
|
||||||
run: cargo test --all --all-features
|
run: cargo test --all --all-features --exclude ef_tests
|
||||||
- name: Check formatting with cargo fmt
|
- name: Check formatting with cargo fmt
|
||||||
run: cargo test --all --all-features
|
run: cargo fmt --all -- check
|
||||||
|
|||||||
Reference in New Issue
Block a user