Skip to content

Bump deno_unsync from 0.4.1 to 0.4.2 #260

Bump deno_unsync from 0.4.1 to 0.4.2

Bump deno_unsync from 0.4.1 to 0.4.2 #260

Workflow file for this run

name: Docs
# By a huge margin the slowest test, so we run it separately
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Run tests with all features
- name: Run complete tests
run: cargo test --all-features --doc