Skip to content
Snippets Groups Projects
Verified Commit fcae4345 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: new fail on warning

parent 101ff07e
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -27,7 +27,7 @@ jobs: ...@@ -27,7 +27,7 @@ jobs:
rustup component add clippy rustup component add clippy
- run: rustc --version - run: rustc --version
- run: cargo fmt --all -- --check - run: cargo fmt --all -- --check
- run: cargo clippy - run: cargo clippy -- -D warnings
- run: cargo build - run: cargo build
- run: cargo build --release - run: cargo build --release
build-wasm: build-wasm:
...@@ -53,7 +53,7 @@ jobs: ...@@ -53,7 +53,7 @@ jobs:
rustup component add clippy rustup component add clippy
- run: rustc --version - run: rustc --version
- run: cargo fmt --all -- --check - run: cargo fmt --all -- --check
- run: cargo clippy - run: cargo clippy -- -D warnings
- run: cargo install wasm-pack - run: cargo install wasm-pack
- run: wasm-pack build --release --target=web --out-dir=frontends/web/lib -- --features wasm - run: wasm-pack build --release --target=web --out-dir=frontends/web/lib -- --features wasm
- run: apt-get update && apt-get install -y -q nodejs npm - run: apt-get update && apt-get install -y -q nodejs npm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment