summaryrefslogtreecommitdiff
path: root/.github/workflows/macos_unit_tests.yaml
AgeCommit message (Expand)AuthorFilesLines
2021-03-16Speed-up CI by reorganizing tests (#22247)Massimiliano Culpo1-44/+0
2020-12-22add mypy to style checks; rename `spack flake8` to `spack style` (#20384)Tom Scogland1-1/+1
2020-11-18spack test (#15702)Greg Becker1-1/+1
2020-11-12run unit tests on 3.8 only for Mac OS vs. both 3.8 and 3.9 (#19889)Peter Scheibel1-1/+1
2020-11-12macos: update build process to use spawn instead of fork (#18205)Peter Scheibel1-1/+4
2020-10-23csh: don't require SPACK_ROOT for sourcing setup-env.csh (#18225)Todd Gamblin1-1/+1
2020-10-11Add testing for Python 3.9 (#19261)Adam J. Stewart1-1/+1
2020-09-02Mac OS: support Python >= 3.8 by using fork-based multiprocessing (#18124)Rui Xue1-1/+1
2020-08-01Avoid update and upgrades to brew (#17815)Massimiliano Culpo1-2/+0
2020-07-29Use "fetch-depth: 0" to retrieve all history from remoteMassimiliano Culpo1-1/+3
2020-07-29Simplified YAML files for Github Actions workflowsMassimiliano Culpo1-2/+1
2020-07-29Group tests with similar duration togetherMassimiliano Culpo1-8/+2
2020-07-06Remove references to `master` from CITodd Gamblin1-2/+1
2020-06-30run github workflows on release branches (#17317)Greg Becker1-0/+1
2020-06-15Skip failing test on MacOS (#17072)Massimiliano Culpo1-2/+2
2020-05-09Fix MacOS tests on developMassimiliano Culpo1-1/+1
2020-05-09Add unit test on MacOS using Github Actions (#14220)Massimiliano Culpo1-0/+48