File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -19,18 +19,21 @@ jobs:
19
19
with :
20
20
extra_args : --all-files
21
21
22
- lint-windows :
23
- runs-on : windows-latest
22
+ test-codspeed :
23
+ strategy :
24
+ matrix :
25
+ os : [ubuntu-latest, windows-latest, macos-latest]
26
+ runs-on : ${{ matrix.os }}
24
27
steps :
25
28
- uses : actions/checkout@v4
26
29
with :
27
30
submodules : true
28
31
- uses : moonrepo/setup-rust@v1
29
32
with :
30
- components : rustfmt, clippy
31
- - uses : pre-commit/[email protected]
32
- with :
33
- extra_args : --all-files
33
+ cache-target : release
34
+ env :
35
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
+ - run : cargo test -p codspeed
34
37
35
38
msrv-check :
36
39
runs-on : ubuntu-latest
@@ -150,7 +153,7 @@ jobs:
150
153
if : always()
151
154
needs :
152
155
- lint
153
- - lint-windows
156
+ - test-codspeed
154
157
- msrv-check
155
158
- tests
156
159
- compat-integration-test-instrumentation
You can’t perform that action at this time.
0 commit comments