Skip to content

Merge pull request #66 from Selion05/master #36

Merge pull request #66 from Selion05/master

Merge pull request #66 from Selion05/master #36

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