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.
1 parent e8d6cfa commit 547ce38Copy full SHA for 547ce38
.github/workflows/ci.yml
@@ -22,7 +22,8 @@ env:
22
23
jobs:
24
check_clippy:
25
- runs-on: ubuntu-24.04
+# runs-on: ubuntu-24.04
26
+ runs-on: self-hosted
27
name: Clippy
28
steps:
29
- uses: actions/checkout@v4
@@ -32,15 +33,17 @@ jobs:
32
33
run: cargo clippy --all-targets --workspace -- -D warnings
34
35
check_fmt:
36
37
38
name: Checking fmt
39
40
41
- name: Run cargo fmt
42
run: cargo fmt --all -- --check
43
44
test:
45
46
47
name: Test
48
49
0 commit comments