Skip to content

Commit

Permalink
Print running tests on gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
jochym committed Dec 8, 2023
1 parent 3c50960 commit 234ba90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test:
script:
- echo "Running test with flags:" $NBDEV_TEST_FLAGS
- nbdev_install
- nbdev_test --flags $NBDEV_TEST_FLAGS
- nbdev_test --do-print --flags $NBDEV_TEST_FLAGS
- hecss_sampler --help
- calculate_xscale --help
- plot_stats --help
Expand All @@ -40,4 +40,4 @@ test:
# fi
# artifacts:
# paths:
# - public
# - public

0 comments on commit 234ba90

Please sign in to comment.