mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 16:09:33 +01:00
f2825830a8
* Setting environmental variables * Test the action also on 1.67
27 lines
454 B
YAML
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
|