Update Rust crate dirs to v6 #154
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci-pr | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
jobs: | |
call-workflow-clippy: | |
name: run clippy github action | |
uses: mdpadberg/multi-cf/.github/workflows/clippy.yml@main | |
secrets: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
call-workflow-unit-tests: | |
name: run unit tests | |
uses: mdpadberg/multi-cf/.github/workflows/unit-tests.yml@main | |
call-workflow-integration-tests: | |
name: run integration tests | |
uses: mdpadberg/multi-cf/.github/workflows/integration-tests.yml@main |