cargo-semver-checks/.github/workflows/ci.yml
Mieszko Grodzicki f2825830a8
Environmental variables (#28) (#36)
* Setting environmental variables

* Test the action also on 1.67
2023-04-17 08:45:37 -04:00

27 lines
454 B
YAML

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