Skip to content

Commit

Permalink
tests: add missing test_wandb to CI builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Aug 1, 2023
1 parent d7cbfd2 commit f9a7ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ testset1:
testset2:
extends: ".runtests"
variables:
TESTFILES: "test_comparer test_configuration_parser test_experiment_rsmtool_2"
TESTFILES: "test_comparer test_configuration_parser test_experiment_rsmtool_2 test_wandb"
stage: "test"

# third set of test files
Expand Down
1 change: 1 addition & 0 deletions DistributeTests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ elseif ($agentNumber -eq 2) {
$testsToRun = $testsToRun + "test_configuration_parser"
$testsToRun = $testsToRun + "test_experiment_rsmtool_2"
$testsToRun = $testsToRun + "test_container"
$testsToRun = $testsToRun + "test_wandb"
}
elseif ($agentNumber -eq 3) {
$testsToRun = $testsToRun + "test_analyzer"
Expand Down

0 comments on commit f9a7ef5

Please sign in to comment.