Skip to content

Commit 2ae707e

Browse files
committed
Remove unnecessary matrix.env from Tests workflow
1 parent e803edc commit 2ae707e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- name: Run tests
2727
timeout-minutes: 5
2828
run: |
29-
${{matrix.env}} bundle exec turbo_tests -n4
29+
bundle exec turbo_tests -n4

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
turbo_tests (2.1.1)
4+
turbo_tests (2.2.0)
55
parallel_tests (>= 3.3.0, < 5)
66
rspec (>= 3.10)
77

lib/turbo_tests/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module TurboTests
2-
VERSION = "2.1.1"
2+
VERSION = "2.2.0"
33
end

0 commit comments

Comments
 (0)