Skip to content

Commit

Permalink
Add notls CI test.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Dec 25, 2024
1 parent 180b1f3 commit e2e008c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ if [[ $PARTS =~ (^|,)builds(,|$) ]]; then
dub build --combined --arch=x86
dub clean --all-packages
fi

# test for successful notls build
if [ "$DC" == "dmd" ]; then
dub build --override-config vibe-stream:tls/notls
fi
fi

if [[ $PARTS =~ (^|,)unittests(,|$) ]]; then
Expand Down

0 comments on commit e2e008c

Please sign in to comment.