Skip to content

Commit

Permalink
cmake dirs don't require alt dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Jun 3, 2024
1 parent 9b10495 commit b7375e0
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 @@ -32,7 +32,18 @@ jobs:
pool : 2,
mkdirs : true,
tests : [
make-gnu, make-gnu-mpi, cmake-gnu, cmake-gnu-mpi
make-gnu, make-gnu-mpi
]
}
- {
host : mmm-mystic,
account : NMMM0012,
name : "Compilation Tests",
fileroot : wrf_arw_tests,
pool : 2,
mkdirs : false,
tests : [
cmake-gnu, cmake-gnu-mpi
]
}
# - {
Expand Down

0 comments on commit b7375e0

Please sign in to comment.