name: CI on: pull_request: push: branches: - main env: RUST_BACKTRACE: 1 jobs: test-build: name: Test build uses: ./.github/workflows/test-build.yml test-action: name: Smoke test the action uses: ./.github/workflows/test-action.yml test-inputs: name: Test action inputs uses: ./.github/workflows/test-inputs.yml test-cache: name: Test rustdoc caching uses: ./.github/workflows/test-cache.yml