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 1
1
on :
2
2
pull_request :
3
3
merge_group :
4
+ push :
5
+ branches :
6
+ - master
4
7
5
8
name : Continuous integration
6
9
86
89
- run : ./scripts/all-tests.sh "$FEATURES" ${{ matrix.rust }}
87
90
88
91
cross_test :
89
- if : ${{ github.event_name == 'merge_group' }}
92
+ # if: ${{ github.event_name == 'merge_group' }}
90
93
runs-on : ubuntu-latest
91
94
strategy :
92
95
matrix :
@@ -110,7 +113,7 @@ jobs:
110
113
- run : ./scripts/cross-tests.sh "docs" ${{ matrix.rust }} ${{ matrix.target }}
111
114
112
115
cargo-careful :
113
- if : ${{ github.event_name == 'merge_group' }}
116
+ # if: ${{ github.event_name == 'merge_group' }}
114
117
runs-on : ubuntu-latest
115
118
name : cargo-careful
116
119
steps :
@@ -124,7 +127,7 @@ jobs:
124
127
- run : cargo careful test -Zcareful-sanitizer --features="$FEATURES"
125
128
126
129
docs :
127
- if : ${{ github.event_name == 'merge_group' }}
130
+ # if: ${{ github.event_name == 'merge_group' }}
128
131
runs-on : ubuntu-latest
129
132
strategy :
130
133
matrix :
You can’t perform that action at this time.
0 commit comments