Skip to content

Commit

Permalink
ci: Skip all features tests on windows for now (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo authored Feb 18, 2025
1 parent a1351c2 commit 6cd2f93
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- windows-latest
# - windows-latest
steps:
- uses: actions/checkout@v4
- name: Test
Expand All @@ -54,6 +54,17 @@ jobs:
RUST_LOG: DEBUG
RUST_BACKTRACE: full

# windows failed to run the test with embassy-sleep enabled.
unit-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Test
run: cargo test --workspace
env:
RUST_LOG: DEBUG
RUST_BACKTRACE: full

nightly-unit:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6cd2f93

Please sign in to comment.