Skip to content

Commit

Permalink
Merge pull request #2 from TonyCTHsu/tonycthsu/fix-uninitialize-const…
Browse files Browse the repository at this point in the history
…ant-when-running-test

Fix uninitialize constant when running test
  • Loading branch information
TonyCTHsu authored May 23, 2024
2 parents f0f80a4 + 509cea7 commit 740cc88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake spec
- name: Run tests with ITR
env:
DD_CIVISIBILITY_AGENTLESS_ENABLED: true
DD_CIVISIBILITY_ITR_ENABLED: true
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require "leash"
require "datadog/ci"

RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure
Expand Down

0 comments on commit 740cc88

Please sign in to comment.