There was an error while loading. Please reload this page.
1 parent c704261 commit a89d75aCopy full SHA for a89d75a
1 file changed
.github/workflows/ci.yml
@@ -1,6 +1,11 @@
1
name: CI
2
3
-on: pull_request
+
4
+on:
5
+ pull_request:
6
+ push:
7
+ branches:
8
+ - dev
9
10
jobs:
11
tests:
@@ -38,7 +43,7 @@ jobs:
38
43
39
44
runs-on: ${{ matrix.platform.os }}
40
45
steps:
41
- - uses: actions/checkout@v4
46
+ - uses: actions/checkout@v6
42
47
48
- uses: dtolnay/rust-toolchain@stable
49
@@ -114,7 +119,7 @@ jobs:
114
119
test_tao_macros:
115
120
runs-on: ubuntu-latest
116
121
117
122
118
123
124
125
@@ -128,6 +133,6 @@ jobs:
128
133
name: fmt check
129
134
130
135
131
136
132
137
138
- run: cargo fmt --all -- --check
0 commit comments