We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent dfc4367 commit f850fa0Copy full SHA for f850fa0
bin/ci
@@ -83,8 +83,8 @@ prepare_system() {
83
}
84
85
build() {
86
- with_build_env 'make std_spec clean verbose=1'
87
- with_build_env 'make crystal spec doc verbose=1'
+ with_build_env 'make std_spec clean'
+ with_build_env 'make crystal spec doc'
88
with_build_env 'find samples -name "*.cr" | xargs -L 1 ./bin/crystal build --no-codegen'
89
with_build_env './bin/crystal tool format --check samples spec src'
90
0 commit comments