AUTO : Forward from format_tools_evolving_6 to alpha (#1465) #653
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 : test_tools | |
on : | |
push : | |
branches : | |
- 'alpha' | |
- 'beta' | |
- 'master' | |
env : | |
CARGO_TERM_COLOR : always | |
jobs : | |
# test_tools | |
test : | |
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha | |
with : | |
manifest_path : 'module/core/test_tools/Cargo.toml' | |
module_name : 'test_tools' | |
commit_message : ${{ github.event.head_commit.message }} | |
commiter_username: ${{ github.event.head_commit.committer.username }} |