Skip to content

Commit

Permalink
enable runtime tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani committed Apr 29, 2024
1 parent 2f0c2e5 commit dafa9ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-jit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
os:
- ubuntu-20.04
- macOS-12
# - windows-2019
- windows-2019
runs-on: ${{matrix.os}}
steps:
- name: set up environment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
# While iterating on this file, you can disable one or more of these to speed things up
- ubuntu-20.04
- macOS-12
# - windows-2019
- windows-2019
# - windows-2022
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -417,7 +417,7 @@ jobs:
build-jit-binary:
name: build jit binary
needs: generate-jit-source
uses: ./.github/workflows/ci-build-jit-binary.yaml
uses: ./.github/workflows/ci-build-jit-binary.yaml

test-jit:
name: test jit
Expand Down

0 comments on commit dafa9ff

Please sign in to comment.