2 Commits

Author SHA1 Message Date
49de197e76 only build container for the main branch
Some checks failed
Gitea Actions Demo / lint (push) Successful in 29s
Gitea Actions Demo / test (push) Failing after 25s
Gitea Actions Demo / release-image (push) Has been skipped
2025-03-11 05:07:43 -05:00
f5122b9acd run tests with rake 2025-03-11 05:07:43 -05:00

View File

@ -1,11 +0,0 @@
begin
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)
rescue LoadError
end
require "minitest/test_task"
Minitest::TestTask.create
task default: [:test, :spec]