remove libraries as they will also move to separate repositories
Some checks failed
Rust / build (push) Failing after 2m20s
Some checks failed
Rust / build (push) Failing after 2m20s
This commit is contained in:
parent
21931f847f
commit
c6d2ee6fe1
26 changed files with 0 additions and 5668 deletions
10
.github/workflows/rust.yml
vendored
10
.github/workflows/rust.yml
vendored
|
@ -29,17 +29,7 @@ jobs:
|
|||
|
||||
- name: Run Clippy
|
||||
run: cargo clippy --all-targets --all-features
|
||||
|
||||
- name: build default features
|
||||
run: cargo build --all --verbose
|
||||
- name: build default features -- examples
|
||||
run: cargo build --examples --verbose
|
||||
- name: test default features
|
||||
run: cargo test --all --verbose
|
||||
|
||||
- name: build all features
|
||||
run: cargo build --all-features --verbose
|
||||
- name: build all features -- examples
|
||||
run: cargo build --all-features --examples --verbose
|
||||
- name: test all features
|
||||
run: cargo test --all --all-features --verbose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue