Skip to content

bump version to v1.1.4 #75

bump version to v1.1.4

bump version to v1.1.4 #75

Workflow file for this run

name: ci-build
on: [push, pull_request]
jobs:
do-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo check --package ulid-cli
- run: cargo test
- run: cargo test --all-features
- run: cargo test --no-default-features --features=std
- run: cargo test --no-default-features
- name: Install wasm-pack
run: cargo install wasm-pack
- run: ~/.cargo/bin/wasm-pack test --node