We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224ad59 commit 20b2447Copy full SHA for 20b2447
tester.sh
@@ -24,5 +24,5 @@ docker run -it --rm\
24
--volume cache:/opt/cache\
25
--user "$(id -u)":"$(id -g)"\
26
josh-dev-local\
27
- bash -c "cargo build --workspace --all && sh run-tests.sh $tests"
+ bash -c "cargo build --workspace --exclude josh-ui && sh run-tests.sh $tests"
28
0 commit comments