Skip to content

Commit

Permalink
💩 CI: Run Windows tests against nightly
Browse files Browse the repository at this point in the history
This is to attempt to reproduce the windows-sys panic against nightly
we're seeing in busd CI:

https://github.com/dbus2/busd/actions/runs/7858111371/job/21442835251?pr=37#step:5:310
  • Loading branch information
zeenix committed Feb 11, 2024
1 parent 4d13c62 commit 1e091f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
toolchain: nightly
- uses: Swatinem/rust-cache@v2
- name: Test
run: |
Expand Down

0 comments on commit 1e091f3

Please sign in to comment.