Maybe fix the build CI

This commit is contained in:
Brooks J Rady 2021-02-23 16:24:04 +00:00
parent 3bc9fdbc0c
commit aced318596

View file

@ -19,7 +19,7 @@ jobs:
- name: Add WASM target - name: Add WASM target
run: rustup target add wasm32-wasi run: rustup target add wasm32-wasi
- name: Build - name: Build
run: cargo build --verbose run: ./build-all.sh --verbose
- name: Run tests - name: Run tests
run: cargo test -j 1 --verbose run: cargo test -j 1 --verbose
fmt: fmt: