Skip to content

Commit

Permalink
typecheckするのをやめる
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Jan 21, 2024
1 parent 6fc04eb commit f076a72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ build_jobs: &build_jobs
parameters:
ruby-version:
# - "3.0.1" # たまにSEGVするので
- "3.0.2"
- "3.1.2"
# - "3.0.2"
# - "3.1.2"
requires:
- bundle_install
- rspec:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Run tests
run: |-
bundle exec rake
bundle exec steep check
# bundle exec steep check

0 comments on commit f076a72

Please sign in to comment.