Skip to content

Commit 1ed40e5

Browse files
committed
Move test at the correct place
1 parent fa66a6b commit 1ed40e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,11 @@ jobs:
107107
- run: make -j4
108108
- run: make install
109109

110-
- run: ruby --yjit -e 'exit RubyVM::YJIT.enabled?'
111-
112110
- name: Create archive
113111
run: tar czf ruby-${{ matrix.name }}-${{ steps.platform.outputs.platform }}.tar.gz -C ~/.rubies ruby-${{ matrix.name }}
114112

115113
# Test
114+
- run: ruby --yjit -e 'exit RubyVM::YJIT.enabled?'
116115
- run: make test-spec MSPECOPT=-j
117116
- run: make test-all TESTS="-j4"
118117

0 commit comments

Comments
 (0)