Skip to content

Commit

Permalink
Run access_permissions_test as part of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka committed Nov 6, 2024
1 parent 2ef6965 commit 223b1e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/tasks/foreman_remote_execution_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ namespace :test do
t.pattern = "#{test_dir}/**/*_test.rb"
t.verbose = true
t.warning = false
t.test_files = [
Rails.root.join('test/unit/foreman/access_permissions_test.rb')
]
end
end

Expand Down

0 comments on commit 223b1e1

Please sign in to comment.