Skip to content

Commit

Permalink
Removed windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed May 9, 2024
1 parent 16d1664 commit a3692cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-jll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
- '1.9'
os:
- ubuntu-latest
- windows-latest
- macOS-latest
arch:
- x64
steps:
Expand Down
2 changes: 1 addition & 1 deletion test/test_sc_bindings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end
mpicomm = MPI.COMM_WORLD

# SC library initialization
#sc_init(mpicomm, Cint(true), Cint(true), C_NULL, P4est_wrapper.SC_LP_DEFAULT)
sc_init(mpicomm, Cint(true), Cint(true), C_NULL, P4est_wrapper.SC_LP_DEFAULT)
@test typeof(sc_is_root()) == Cint

# SC package related API
Expand Down

0 comments on commit a3692cc

Please sign in to comment.