Skip to content

Commit ec3a1ee

Browse files
committed
chore: update test.yml
1 parent 70bab80 commit ec3a1ee

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
name: Test
22

3-
on: push
3+
on: [push, pull_request]
44

55
jobs:
66
test:
77
runs-on: "ubuntu-latest"
8-
continue-on-error: ${{ matrix.experimental }}
98
strategy:
109
fail-fast: false
1110
matrix:
1211
ruby_version: ["2.2", "2.7", "3.0"]
13-
experimental: [false]
14-
include:
15-
- ruby_version: "3.0"
16-
experimental: true
1712
steps:
1813
- uses: actions/checkout@v2
1914
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)