remove libraries as they will also move to separate repositories
Some checks failed
Rust / build (push) Failing after 2m20s

This commit is contained in:
Vinzenz Schroeter 2025-02-16 13:17:46 +01:00
parent 21931f847f
commit c6d2ee6fe1
26 changed files with 0 additions and 5668 deletions

View file

@ -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