Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci-lazer-stellar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
toolchain: 1.91.1
components: clippy, rustfmt
target: wasm32-unknown-unknown
target: wasm32v1-none
cache-workspaces: "lazer/stellar -> target"
rustflags: ""
- name: install extra tools
Expand All @@ -28,6 +28,6 @@ jobs:
- name: check Rust formatting
run: cargo fmt --all -- --check
- name: check Rust clippy
run: cargo clippy --release --target wasm32-unknown-unknown --locked -- --deny warnings
run: cargo clippy --release --target wasm32v1-none --locked -- --deny warnings
- name: Build wasm
run: cargo build --release --target wasm32-unknown-unknown --locked
run: cargo build --release --target wasm32v1-none --locked
Loading
Loading