Skip to content

Enable Web/Wasm compatibility by using web_time::SystemTime::now() #44

Enable Web/Wasm compatibility by using web_time::SystemTime::now()

Enable Web/Wasm compatibility by using web_time::SystemTime::now() #44

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-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