Skip to content

Commit

Permalink
patch PR template to match actual testing procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Jan 6, 2022
1 parent 79d3dd6 commit bc44315
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ ldmx-container-pull local temp-tag
cd ldmx-sw
mkdir build
cd build
ldmx cmake -DBUILD_TESTS=ON ..
ldmx cmake ..
ldmx make install
```
- [ ] I was able to test run a small simulation and reconstruction inside this container
```
# outline of test instructions
cd $LDMX_BASE
ldmx run_test
cd $LDMX_BASE/ldmx-sw/build
ldmx ctest
cd ..
for c in `ls ldmx-sw/*/test/*.py`; ldmx fire $c; done
```
- [ ] I was able to successfully use the new packages. Explain what you did to test them below:
Expand Down

0 comments on commit bc44315

Please sign in to comment.