Skip to content

Update uplc crate to 1.1.1 #8

Update uplc crate to 1.1.1

Update uplc crate to 1.1.1 #8

Workflow file for this run

name: Rust
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Rust project - latest
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
steps:
- uses: jetli/wasm-pack-action@v0.4.0
with:
version: "latest"
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: ./build.sh
- uses: actions/upload-artifact@v4
with:
name: my-artifact
path: |
pkg-node
pkg-web