Skip to content

Commit

Permalink
Do not run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
henrytwo authored Jul 21, 2022
1 parent dbeaa45 commit be8fece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cd $GITHUB_WORKSPACE
export PYTHONPATH="$GITHUB_WORKSPACE/build/tools/torch-mlir/python_packages/torch_mlir"
sudo apt-get install gdb
gdb --batch -q python -ex 'run -m e2e_testing.torchscript.main --config=lazy_tensor_core -v' -ex 'back'
gdb --batch -q python -ex 'run -m e2e_testing.torchscript.main --config=lazy_tensor_core -v -s' -ex 'back'
build-out-of-tree:
name: Build out-of-tree (Release Asserts)
Expand Down

0 comments on commit be8fece

Please sign in to comment.