mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 10:52:14 +00:00
* test azure * use exit 1 * try again * use useSysAssert * disable i386 * use refc for tlsEmulation on i386 * use refc * disable i386 Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com>
7 lines
67 B
Nim
7 lines
67 B
Nim
discard """
|
|
targets: "js"
|
|
matrix: "--threads:on"
|
|
"""
|
|
|
|
echo 123
|