We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778f164 commit dc9f98aCopy full SHA for dc9f98a
.github/workflows/ci.yml
@@ -34,6 +34,6 @@ jobs:
34
build/
35
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
36
- name: rust lint
37
- run: cargo fmt -- --check && cargo clippy -- -D warnings && cargo check --all-targets --all-features && ls build debug
+ run: cargo fmt -- --check && cargo clippy -- -D warnings && cargo check --all-targets --all-features
38
- name: cmake build
39
run: build && cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug && cmake --build build
0 commit comments