Skip to content

Commit 2530c2d

Browse files
add back tests
1 parent aca4873 commit 2530c2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/float8_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
uv pip install -r dev-requirements.txt
5454
uv pip install vllm
5555
pip install .
56+
pytest test/float8 --verbose -s
57+
pytest test/integration --verbose -s
58+
pytest test/dtypes/test_affine_quantized_float.py --verbose -s
5659
GPU_COUNT=$(nvidia-smi -L 2>/dev/null | wc -l)
5760
if [ "$GPU_COUNT" -ge 4 ]; then
5861
echo "Found $GPU_COUNT GPUs - running test_everything.sh"

0 commit comments

Comments
 (0)