Skip to content

Commit c881907

Browse files
authored
Fix test directory path in big_endian.yml
1 parent 96be1d7 commit c881907

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/big_endian.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ jobs:
147147
docker run --rm --platform=linux/${ARCH} -e "TERM=xterm-256color" \
148148
-v $(pwd):/workspace -v /:/host quaddtype_container \
149149
/bin/script -e -q -c "/bin/bash --noprofile --norc -eo pipefail -c '
150-
cd /workspace/quaddtype &&
150+
cd /workspace &&
151151
echo \"Running quaddtype tests on ${ARCH_NAME} (endianness: \$(python -c \"import sys; print(sys.byteorder)\"))\" &&
152152
echo \"Note: Testing big-endian byte order handling in quad precision operations\" &&
153-
python -m pytest -vvv --color=yes --timeout=600 --tb=short tests/
154-
'"
153+
python -m pytest -vvv --color=yes --timeout=600 --tb=short /workspace/quaddtype/tests/
154+
'"

0 commit comments

Comments
 (0)