From 26d06fc635078aabc500b7e65100883529e9438f Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 3 Apr 2021 12:11:53 -0500 Subject: [PATCH] No really, build the web example. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 65df44c..699673a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -102,4 +102,4 @@ jobs: - uses: actions-rs/cargo@v1 with: command: make - args: + args: [build-web-example]