Skip to content

Commit 7e5762b

Browse files
committed
ci: Run all checks as pull request tests
1 parent f7e4750 commit 7e5762b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
on:
22
pull_request:
33
merge_group:
4+
push:
5+
branches:
6+
- master
47

58
name: Continuous integration
69

@@ -86,7 +89,7 @@ jobs:
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:

0 commit comments

Comments
 (0)