Skip to content

Commit

Permalink
update cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
gogo2464 committed Jan 27, 2024
1 parent 6d3292a commit c96bbd3
Showing 1 changed file with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,10 @@ jobs:
with:
submodules: true

- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
targets: wasm32-unknown-unknown

- uses: Swatinem/rust-cache@v2

- name: Install stdlib packages
working-directory: stdlib/typescript
run: npm run dev.package

- name: Build
run: |
cargo build --locked
cargo install --path ./crates/core
cargo install --path ./crates/fdev
run: ./build-all.sh

- name: Test - features
run: cargo test --workspace ${{ matrix.args }}
Expand Down

0 comments on commit c96bbd3

Please sign in to comment.