Skip to content

Commit

Permalink
build: build target all in linux-ci.sh
Browse files Browse the repository at this point in the history
Not `test`.
  • Loading branch information
dbohdan committed May 19, 2024
1 parent 1dd8044 commit ea48b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ fi
tar xf "$mlton_ver".tgz
PATH=$PATH:"$mlton_ver"/bin

make initool-static test
make initool-static all

0 comments on commit ea48b1f

Please sign in to comment.