Run tests on PR #1

Merged
Adrien merged 7 commits from fix/ci-add-first-checks into develop 2024-09-24 21:12:34 +00:00
Showing only changes of commit abea905feb - Show all commits

View File

@@ -0,0 +1,11 @@
steps:
build:
image: rust:latest
commands:
- cargo install dioxus-cli --locked -j ${JOBS_NB:-default}
- rustup target add wasm32-unknown-unknown
- cargo install -f wasm-bindgen-cli --version 0.2.93
- dx build -r --platform web -- -j ${JOBS_NB:-default}
when:
- event: pull_request