We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bc6ecc + c276ef3 commit f97e2daCopy full SHA for f97e2da
.github/bors.toml
.github/workflows/ci.yml
@@ -1,7 +1,8 @@
1
on:
2
push:
3
- branches: [ staging, trying, master ]
+ branches: master
4
pull_request:
5
+ merge_group:
6
7
name: Continuous integration
8
@@ -36,6 +37,9 @@ jobs:
36
37
with:
38
key: ${{ matrix.TARGET }}
39
40
+ - run: cargo check --target ${{ matrix.TARGET }}
41
+ env:
42
+ RUSTFLAGS: -D warnings
43
- run: cargo clippy --target ${{ matrix.TARGET }}
44
45
ci-linux:
0 commit comments