File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11on :
22 pull_request :
33 merge_group :
4+ push :
5+ branches :
6+ - master
47
58name : Continuous integration
69
8689 - run : ./scripts/all-tests.sh "$FEATURES" ${{ matrix.rust }}
8790
8891 cross_test :
89- if : ${{ github.event_name == 'merge_group' }}
92+ # if: ${{ github.event_name == 'merge_group' }}
9093 runs-on : ubuntu-latest
9194 strategy :
9295 matrix :
@@ -110,7 +113,7 @@ jobs:
110113 - run : ./scripts/cross-tests.sh "docs" ${{ matrix.rust }} ${{ matrix.target }}
111114
112115 cargo-careful :
113- if : ${{ github.event_name == 'merge_group' }}
116+ # if: ${{ github.event_name == 'merge_group' }}
114117 runs-on : ubuntu-latest
115118 name : cargo-careful
116119 steps :
@@ -124,7 +127,7 @@ jobs:
124127 - run : cargo careful test -Zcareful-sanitizer --features="$FEATURES"
125128
126129 docs :
127- if : ${{ github.event_name == 'merge_group' }}
130+ # if: ${{ github.event_name == 'merge_group' }}
128131 runs-on : ubuntu-latest
129132 strategy :
130133 matrix :
You can’t perform that action at this time.
0 commit comments