Skip to content

Commit 453175f

Browse files
ci: check that the runner builds on windows
Note: the runner is still absolutely not functional, we just have this test to avoid adding more debt passively before making it functional.
1 parent 64905a5 commit 453175f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,18 @@ jobs:
9191
- name: Clean up
9292
run: sudo chown -R $USER:$USER . ~/.cargo
9393

94+
windows-build:
95+
runs-on: windows-latest
96+
steps:
97+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
98+
with:
99+
submodules: true
100+
- name: "Install rust-toolchain.toml"
101+
run: rustup toolchain install
102+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
103+
- name: Check codspeed-runner builds on Windows
104+
run: cargo check -p codspeed-runner
105+
94106
benchmarks:
95107
runs-on: ubuntu-latest
96108
steps:

0 commit comments

Comments
 (0)