Skip to content

feat(pls): add get_generators utility to retrieve generator blocks even when datasource is invalid #5947

feat(pls): add get_generators utility to retrieve generator blocks even when datasource is invalid

feat(pls): add get_generators utility to retrieve generator blocks even when datasource is invalid #5947

name: 'All crates: unit tests'
on:
push:
branches:
- main
pull_request:
paths-ignore:
- '.github/**'
- '!.github/workflows/test-unit-tests.yml'
- '*.md'
- 'LICENSE'
- 'CODEOWNERS'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: make test-unit
env:
CLICOLOR_FORCE: 1