Update CI

This commit is contained in:
Maximilian Ammann 2022-04-25 19:24:17 +02:00
parent a7f87f635e
commit 13f527a559
2 changed files with 10 additions and 4 deletions

View File

@ -9,9 +9,12 @@ runs:
shell: bash
run: just nightly-toolchain
- uses: Swatinem/rust-cache@v1
- name: Build
- name: Build lib
shell: bash
run: just webpack-webgl-production
run: just web-library parcel-webgl
- name: Build demo
shell: bash
run: just web-demo build
- name: Check
shell: bash
run: just check web wasm32-unknown-unknown

View File

@ -9,9 +9,12 @@ runs:
shell: bash
run: just nightly-toolchain
- uses: Swatinem/rust-cache@v1
- name: Build
- name: Build lib
shell: bash
run: just webpack-production
run: just web-library parcel
- name: Build demo
shell: bash
run: just web-demo build
- name: Check
shell: bash
run: just check web wasm32-unknown-unknown