mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-11 22:08:54 +00:00
fixes CI; disable SSL tests on osx for now (#22304)
* test CI * disable osx
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
discard """
|
||||
cmd: "nim $target --hints:on --define:ssl $options $file"
|
||||
disabled: osx
|
||||
"""
|
||||
|
||||
import asyncdispatch, asyncnet, net, strutils
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
discard """
|
||||
targets: "c cpp"
|
||||
joinable: false
|
||||
disabled: osx
|
||||
"""
|
||||
|
||||
#[
|
||||
|
||||
Reference in New Issue
Block a user