Skip to content

Commit

Permalink
ci: Relax OS from == Linux to != Windows for crucible-debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Feb 6, 2025
1 parent 95907dc commit 2ea8bb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/crux-llvm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ jobs:
- shell: bash
name: Test crucible-debug
run: cd crucible-debug && ../.github/ci.sh test pkg:crucible-debug
if: runner.os == 'Linux'
# NOTE(lb): Not sure what's going on with these tests... and I don't
# have a Windows machine to debug.
if: runner.os != Windows

- shell: bash
name: Test crucible-symio
Expand Down

0 comments on commit 2ea8bb5

Please sign in to comment.