We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc17d71 commit 73c2b90Copy full SHA for 73c2b90
1 file changed
.github/workflows/examples.yml
@@ -279,3 +279,13 @@ jobs:
279
env:
280
DATABASE_URL: sqlite://todos.sqlite
281
run: cargo run -p sqlx-example-sqlite-todos
282
+
283
+ - name: TODOs WASM (Setup)
284
+ env:
285
+ DATABASE_URL: sqlite://todos-wasm.sqlite
286
+ run: sqlx db setup --source=examples/sqlite/todos-wasm/migrations
287
288
+ - name: TODOs WASM (Build)
289
290
291
+ run: cargo build -p sqlx-example-sqlite-todos-wasm --target wasm32-unknown-unknown
0 commit comments