We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b754543 commit a0f63f7Copy full SHA for a0f63f7
1 file changed
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
set -xe
36
bundle config path vendor/bundle
37
- bundle update --jobs $(nproc) --retry 3
+ bundle update --all --jobs $(nproc) --retry 3
38
39
- run: sudo apt-get update
40
- run: sudo apt-get install -y universal-ctags
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
- run: bundle exec rake rubocop
71
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
96
97
- run: bundle exec rake rbs:install
98
- run: bundle exec rake rbs
0 commit comments