Skip to content

Commit 20b2447

Browse files
authored
Do not build josh-ui in tester.sh (#743)
Change-Id: Dockerfile
1 parent 224ad59 commit 20b2447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tester.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ docker run -it --rm\
2424
--volume cache:/opt/cache\
2525
--user "$(id -u)":"$(id -g)"\
2626
josh-dev-local\
27-
bash -c "cargo build --workspace --all && sh run-tests.sh $tests"
27+
bash -c "cargo build --workspace --exclude josh-ui && sh run-tests.sh $tests"
2828

0 commit comments

Comments
 (0)