Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SRetip committed Mar 20, 2024
1 parent cd70704 commit 8adab7c
Show file tree
Hide file tree
Showing 86 changed files with 125 additions and 125 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appropriate_branch_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on :
jobs :

appropriate_branch :
uses : Wandalen/wTools/.github/workflows/AppropriateBranch.yml@alpha
uses : Wandalen/wTools/.github/workflows/appropriate_branch.yml@alpha
with :
src_branch : 'alpha'
dst_branch : '${{ github.base_ref }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appropriate_branch_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on :
jobs :

appropriate_branch :
uses : Wandalen/wTools/.github/workflows/AppropriateBranch.yml@alpha
uses : Wandalen/wTools/.github/workflows/appropriate_branch.yml@alpha
with :
src_branch : 'beta'
dst_branch : '${{ github.base_ref }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto_pr_to_alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on :
jobs :

forward :
uses : Wandalen/wTools/.github/workflows/AutoPr.yml@alpha
uses : Wandalen/wTools/.github/workflows/auto_pr.yml@alpha
with :
src_branch : '${{ github.ref_name }}'
dst_branch : 'alpha'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto_pr_to_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on :
jobs :

forward :
uses : Wandalen/wTools/.github/workflows/AutoPr.yml@alpha
uses : Wandalen/wTools/.github/workflows/auto_pr.yml@alpha
with :
src_branch : 'alpha'
dst_branch : 'beta'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto_pr_to_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on :
jobs :

forward :
uses : Wandalen/wTools/.github/workflows/AutoPr.yml@alpha
uses : Wandalen/wTools/.github/workflows/auto_pr.yml@alpha
with :
src_branch : 'beta'
dst_branch : 'master'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_cargo_will_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# cargo_will

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/alias/cargo_will/Cargo.toml'
module_name : 'cargo_will'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_clone_dyn_meta_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# clone_dyn_meta

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/clone_dyn_meta/Cargo.toml'
module_name : 'clone_dyn_meta'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_clone_dyn_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# clone_dyn

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/clone_dyn/Cargo.toml'
module_name : 'clone_dyn'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_collection_tools_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# collection_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/collection_tools/Cargo.toml'
module_name : 'collection_tools'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_crates_tools_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# crates_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/move/crates_tools/Cargo.toml'
module_name : 'crates_tools'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_data_type_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# data_type

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/data_type/Cargo.toml'
module_name : 'data_type'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_derive_tools_meta_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# derive_tools_meta

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/derive_tools_meta/Cargo.toml'
module_name : 'derive_tools_meta'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_derive_tools_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# derive_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/derive_tools/Cargo.toml'
module_name : 'derive_tools'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_deterministic_rand_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# deterministic_rand

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/move/deterministic_rand/Cargo.toml'
module_name : 'deterministic_rand'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_diagnostics_tools_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# diagnostics_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/diagnostics_tools/Cargo.toml'
module_name : 'diagnostics_tools'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_error_tools_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# error_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/error_tools/Cargo.toml'
module_name : 'error_tools'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_exe_tools_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# exe_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/exe_tools/Cargo.toml'
module_name : 'exe_tools'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_file_tools_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# file_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/alias/file_tools/Cargo.toml'
module_name : 'file_tools'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_for_each_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# for_each

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/for_each/Cargo.toml'
module_name : 'for_each'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_former_meta_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# former_meta

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/former_meta/Cargo.toml'
module_name : 'former_meta'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_former_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# former

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/former/Cargo.toml'
module_name : 'former'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_fs_tools_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# fs_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/fs_tools/Cargo.toml'
module_name : 'fs_tools'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_fundamental_data_type_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# fundamental_data_type

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/alias/fundamental_data_type/Cargo.toml'
module_name : 'fundamental_data_type'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_graphs_tools_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# graphs_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/move/graphs_tools/Cargo.toml'
module_name : 'graphs_tools'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_image_tools_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# image_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/image_tools/Cargo.toml'
module_name : 'image_tools'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_implements_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# implements

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/implements/Cargo.toml'
module_name : 'implements'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_impls_index_meta_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# impls_index_meta

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/impls_index_meta/Cargo.toml'
module_name : 'impls_index_meta'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_impls_index_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# impls_index

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/impls_index/Cargo.toml'
module_name : 'impls_index'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_include_md_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# include_md

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/include_md/Cargo.toml'
module_name : 'include_md'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_inspect_type_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# inspect_type

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/inspect_type/Cargo.toml'
module_name : 'inspect_type'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_instance_of_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# instance_of

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/alias/instance_of/Cargo.toml'
module_name : 'instance_of'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_interval_adapter_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# interval_adapter

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/interval_adapter/Cargo.toml'
module_name : 'interval_adapter'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_is_slice_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# is_slice

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/is_slice/Cargo.toml'
module_name : 'is_slice'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_iter_tools_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# iter_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/iter_tools/Cargo.toml'
module_name : 'iter_tools'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_macro_tools_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# macro_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/macro_tools/Cargo.toml'
module_name : 'macro_tools'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_math_tools_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# math_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/math_tools/Cargo.toml'
module_name : 'math_tools'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_mem_tools_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# mem_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/mem_tools/Cargo.toml'
module_name : 'mem_tools'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_meta_tools_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# meta_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/meta_tools/Cargo.toml'
module_name : 'meta_tools'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_mod_interface_meta_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# mod_interface_meta

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/mod_interface_meta/Cargo.toml'
module_name : 'mod_interface_meta'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_mod_interface_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# mod_interface

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/mod_interface/Cargo.toml'
module_name : 'mod_interface'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_multilayer_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# multilayer

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/alias/multilayer/Cargo.toml'
module_name : 'multilayer'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_optimization_tools_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# optimization_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/move/optimization_tools/Cargo.toml'
module_name : 'optimization_tools'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_plot_interface_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# plot_interface

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/move/plot_interface/Cargo.toml'
module_name : 'plot_interface'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_proc_macro_tools_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# proc_macro_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/alias/proc_macro_tools/Cargo.toml'
module_name : 'proc_macro_tools'
Expand Down
Loading

0 comments on commit 8adab7c

Please sign in to comment.