summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-02-23 16:24:04 +0000
committerBrooks J Rady <b.j.rady@gmail.com>2021-02-23 16:24:04 +0000
commitaced318596f4ff2b9dd6a10a3fb72ba8dceb060a (patch)
treec936de9bc78a5478ee00e86800a8e35302f8ee22 /.github
parent3bc9fdbc0c55f29a851073e348d6dcaa19234ab8 (diff)
Maybe fix the build CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index b9cd153d7..905a8f742 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -19,7 +19,7 @@ jobs:
- name: Add WASM target
run: rustup target add wasm32-wasi
- name: Build
- run: cargo build --verbose
+ run: ./build-all.sh --verbose
- name: Run tests
run: cargo test -j 1 --verbose
fmt: