File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
- Integration testing for the astropy ecosystem
1
+ Integration testing for the Astropy ecosystem
2
2
=============================================
3
3
4
- This repository is a work in progress to develop a way to do integration testing
5
- across the astropy ecosystem to ensure that the core and coordinated packages
4
+ This repository is a way to do integration testing
5
+ across the Astropy ecosystem to ensure that the core and coordinated packages
6
6
work well together.
7
7
8
- For now, you can test the latest astropy release with the latest coordinated
9
- package releases (along with a few third-party packages that depend heavily
10
- on astropy). Pre-releases are used if available. To run the tests, run:
8
+ The tests here only do basic testings for those packages on Linux.
9
+ Individual packages should still do the due diligence to test against
10
+ dev and/or pre-release versions of ` astropy ` on their own to be sure.
11
11
12
- $ tox
12
+ To run these tests on GitHub Action as a maintainer of this repo:
13
13
14
- or you can even run all environments in parallel with e.g.:
15
-
16
- $ tox --parallel 16
14
+ 1 . Goto Actions tab.
15
+ 2 . Select ` astropy_rc_basic ` job.
16
+ 3 . Click "Run workflow" dropdown and then the green "Run workflow" button.
17
+ 4 . A new run should kick off after a few seconds. Monitor the logs of this run.
You can’t perform that action at this time.
0 commit comments