fixes CI; disable SSL tests on osx for now (#22304)

* test CI

* disable osx
This commit is contained in:
ringabout
2023-07-22 11:31:01 +08:00
committed by GitHub
parent 91987f8eb5
commit 993fcf5bda
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
discard """
cmd: "nim $target --hints:on --define:ssl $options $file"
disabled: osx
"""
import asyncdispatch, asyncnet, net, strutils

View File

@@ -1,6 +1,7 @@
discard """
targets: "c cpp"
joinable: false
disabled: osx
"""
#[