Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhull committed Jun 15, 2024
1 parent 5930a8d commit e81e2c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# lib/compsci/graph.rb uses new-for-3.2 Data class
# ruby: [ '2.7', head, jruby-head, truffleruby-head ]
ruby: [ head ]
ruby: [ head, jruby-head, truffleruby-head ]
# ruby: [ head ]
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Rake::TestTask.new bench: [:test, :loadavg] do |t|
t.description = "Run benchmarks"
end

desc "Run type checks (RBS + Steep)"
task :steep do
sh "#{STEEP} check"
end
#desc "Run type checks (RBS + Steep)"
#task :steep do
# sh "#{STEEP} check"
#end

desc "Run example scripts"
task examples: [:test, :loadavg] do
Expand Down

0 comments on commit e81e2c2

Please sign in to comment.