Skip to content

Commit

Permalink
wrong test path
Browse files Browse the repository at this point in the history
  • Loading branch information
tcapelle committed Oct 12, 2024
1 parent 23dcd6a commit 343b86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def tests(session, shard):
"trace_server": ["trace_server/"],
"mistral0": ["integrations/mistral/v0/"],
"mistral1": ["integrations/mistral/v1/"],
"scorers": ["flow/"],
"scorers": ["scorers/"],
}

test_dirs = test_dirs_dict.get(shard, default_test_dirs)
Expand Down

0 comments on commit 343b86d

Please sign in to comment.