Skip to content

Commit

Permalink
Merge branch '20-run-unit-tests-in-random-order' into 'main'
Browse files Browse the repository at this point in the history
Resolve "Run unit tests in random order"

Closes nasa#20

See merge request cFS_lab/raisr_nos3/raisr-2.0!11
  • Loading branch information
the-other-james committed Nov 17, 2022
2 parents a885337 + 9a9fe9b commit b77de0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test-raisr:
script:
- mkdir ./src/test/results
- pwd
- coverage run --omit="src/test/*" -m pytest ./src/test -p no:randomly
- coverage run --omit="src/test/*" -m pytest ./src/test
#artifacts:
# paths:
# - cfs_fsw/build-sim/*

0 comments on commit b77de0c

Please sign in to comment.