Skip to content

Commit 0b2c803

Browse files
committed
CI: Fix rake install and add Run test against installed gem
1 parent 41523ba commit 0b2c803

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,14 @@ jobs:
104104
# This is for ensuring using Fiddle in this repository.
105105
- run: ruby -Ilib test/run.rb
106106

107-
- run: rake install
107+
- run: sudo rake install
108+
109+
- name: Run test against installed gem
110+
run: |
111+
ruby -run -e mkdir -- -p tmp/
112+
ruby -run -e cp -- -pr test/ tmp/
113+
cd tmp
114+
ruby test/run.rb
108115
109116
docker:
110117
name: >-

0 commit comments

Comments
 (0)