We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b58e665 commit 47e3cbfCopy full SHA for 47e3cbf
1 file changed
.github/workflows/ci.yml
@@ -14,3 +14,18 @@ jobs:
14
ruby-version: ${{ matrix.ruby }}
15
bundler-cache: true
16
- run: bundle exec rspec
17
+
18
+ rubyspec:
19
+ name: Check ruby/spec still passes with MSpec changes
20
+ runs-on: ubuntu-latest
21
+ steps:
22
+ - uses: actions/checkout@v2
23
24
+ with:
25
+ repository: ruby/spec
26
+ path: rubyspec
27
+ - uses: ruby/setup-ruby@v1
28
29
+ ruby-version: 2.7
30
+ bundler: none
31
+ - run: bin/mspec --timeout 30 rubyspec
0 commit comments