Skip to content

Commit 6aca467

Browse files
committed
add crux-mir-comp build to CI
1 parent 8bc7c2e commit 6aca467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ci.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ build() {
5858
cabal v2-configure -j --enable-tests
5959
git status --porcelain
6060
if $IS_WIN; then
61-
pkgs=(saw)
61+
pkgs=(saw crux-mir-comp)
6262
else
63-
pkgs=(saw saw-remote-api)
63+
pkgs=(saw crux-mir-comp saw-remote-api)
6464
fi
6565
tee -a cabal.project.local > /dev/null < cabal.project.ci
6666
if ! retry cabal v2-build "$@" "${pkgs[@]}"; then

0 commit comments

Comments
 (0)