Skip to content

Commit

Permalink
use simple test in rhel ci
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Dolfi <[email protected]>
  • Loading branch information
dolfim-ibm committed Dec 4, 2024
1 parent 21075bf commit d25d4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build_rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ docker build --progress=plain \
RUN cd /src \
&& pip3.11 install pytest \
&& pytest ./tests/test_glm.py -v
&& pytest ./tests/test_simple_interface.py -v
EOF

0 comments on commit d25d4e4

Please sign in to comment.