diff --git a/.github/workflows/StandardRustPush.yml b/.github/workflows/StandardRustPush.yml index 05caa98f28..74c74daef8 100644 --- a/.github/workflows/StandardRustPush.yml +++ b/.github/workflows/StandardRustPush.yml @@ -22,7 +22,7 @@ on : concurrency : group : standard_rust_push_${{ inputs.module_name }}_${{ github.ref }}_ - ${{ contains( inputs.commit_message, '!test' ) || startsWith( inputs.commit_message, 'Merge' ) || contains( inputs.commit_message, inputs.module_name ) }}_ + ${{ contains( inputs.commit_message, '+test' ) || startsWith( inputs.commit_message, 'Merge' ) || contains( inputs.commit_message, inputs.module_name ) }}_ ${{ !contains( inputs.commit_message, '!only_js' )}} cancel-in-progress : true @@ -35,7 +35,7 @@ env : jobs : checkmate: - if: contains( inputs.commit_message, '!test' ) || contains( inputs.commit_message, 'merge' ) + if: contains( inputs.commit_message, '+test' ) || contains( inputs.commit_message, 'merge' ) runs-on: ubuntu-latest steps: - name: Install latest nightly toolchain @@ -75,7 +75,7 @@ jobs : continue-on-error: true # release: -# if: contains( inputs.commit_message, '!test' ) || contains( inputs.commit_message, 'merge' ) +# if: contains( inputs.commit_message, '+test' ) || contains( inputs.commit_message, 'merge' ) # strategy: # fail-fast: false # matrix: @@ -99,7 +99,7 @@ jobs : # run: cargo build --manifest-path ${{ inputs.manifest_path }} --release # miri: - # if: contains( inputs.commit_message, '!test' ) || contains( inputs.commit_message, 'merge' ) + # if: contains( inputs.commit_message, '+test' ) || contains( inputs.commit_message, 'merge' ) # runs-on: ubuntu-latest # steps: # - name: Install latest nightly toolchain @@ -120,7 +120,7 @@ jobs : # run: cargo miri test --manifest-path ${{ inputs.manifest_path }} will_test : - if : contains( inputs.commit_message, '!test' ) || contains( inputs.commit_message, 'merge' ) + if : contains( inputs.commit_message, '+test' ) || contains( inputs.commit_message, 'merge' ) concurrency : group : standard_rust_push_${{ inputs.module_name }}_${{ github.ref }}_${{ matrix.os }} cancel-in-progress : true @@ -155,4 +155,4 @@ jobs : id: rootpath run: echo "::set-output name=path::$(dirname ${{ inputs.manifest_path }})" - name: Run tests with each feature - run: will .test ${{ steps.rootpath.outputs.path }} dry:0 \ No newline at end of file + run: will .test ${{ steps.rootpath.outputs.path }} dry:0 exclude:'' with_all_features:1 with_debug:1 with_nightly:1 with_none_features:1 with_release:1 with_stable:1 \ No newline at end of file diff --git a/.github/workflows/StandardRustScheduled.yml b/.github/workflows/StandardRustScheduled.yml index 13d140afd1..4446cafafd 100644 --- a/.github/workflows/StandardRustScheduled.yml +++ b/.github/workflows/StandardRustScheduled.yml @@ -19,4 +19,4 @@ jobs : with : manifest_path : './Cargo.toml' module_name : $\{{ github.event.base.ref }}_$\{{ github.event.number }} - commit_message : !test_$\{{ github.event.base.ref }}_$\{{ github.event.number }} \ No newline at end of file + commit_message : +test_$\{{ github.event.base.ref }}_$\{{ github.event.number }} \ No newline at end of file diff --git a/module/move/willbe/template/workflow/standard_rust_push.yml b/module/move/willbe/template/workflow/standard_rust_push.yml index 8a93721bba..74c74daef8 100644 --- a/module/move/willbe/template/workflow/standard_rust_push.yml +++ b/module/move/willbe/template/workflow/standard_rust_push.yml @@ -155,4 +155,4 @@ jobs : id: rootpath run: echo "::set-output name=path::$(dirname ${{ inputs.manifest_path }})" - name: Run tests with each feature - run: will .test ${{ steps.rootpath.outputs.path }} dry:0 \ No newline at end of file + run: will .test ${{ steps.rootpath.outputs.path }} dry:0 exclude:'' with_all_features:1 with_debug:1 with_nightly:1 with_none_features:1 with_release:1 with_stable:1 \ No newline at end of file