We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97fbf7f + 25ef2b2 commit 3b87a5bCopy full SHA for 3b87a5b
1 file changed
.github/workflows/devcontainer.yml
@@ -25,5 +25,5 @@ jobs:
25
uname -a
26
lsb_release -a
27
ruby --version
28
- bundle exec rake spec
+ SPEC_OPTS="--format documentation" bundle exec rake spec
29
bundle exec rubocop
0 commit comments