From 94aee390285a2f6542a1bb670504cbef7565792b Mon Sep 17 00:00:00 2001 From: jborbely Date: Sat, 7 Sep 2024 16:29:15 +1200 Subject: [PATCH] rm Roszman1_x64.so --- .github/workflows/run-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 84b2b05..e436505 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -30,7 +30,9 @@ jobs: - name: ldd run: | ldd msl-nlf/tests/user_defined/Nelson_x64.so + echo ldd msl-nlf/tests/user_defined/Roszman1_x64.so + echo ldd msl-nlf/src/msl/nlf/bin/nlf-linux-x86_64.so - name: Install package run: | @@ -43,5 +45,6 @@ jobs: - name: Run tests run: | pytest tests -v + rm msl-nlf/tests/user_defined/Roszman1_x64.so cd msl-nlf pytest tests/test_nist.py::test_Roszman1 \ No newline at end of file