We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544b65b commit f1627c7Copy full SHA for f1627c7
.github/workflows/maven.yml
@@ -78,14 +78,16 @@ jobs:
78
id:
79
- kpp
80
- eb-ep
81
+ - eb-en
82
- eb-eg
83
- eb-epc
84
- eb-enc
85
- eb-eftpi
86
include:
- # run all tests on ubuntu
87
+ # run selected tests on ubuntu
88
- { id: kpp, cmd: ./run-advanced-tests.sh }
89
- { id: eb-ep, cmd: ./run-eb-tests.sh -100 electronproton }
90
+ - { id: eb-en, cmd: ./run-eb-tests.sh -100 electronneutron }
91
- { id: eb-eg, cmd: ./run-eb-tests.sh -100 electrongamma }
92
- { id: eb-epc, cmd: ./run-eb-tests.sh -100 electronprotonC }
93
- { id: eb-enc, cmd: ./run-eb-tests.sh -100 electronneutronC }
0 commit comments