Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeynewman committed Nov 11, 2024
1 parent fecff29 commit 5b14266
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
if [ $test_exit_code -eq 0 ]; then
echo "Tests passed successfully!"
else
echo "Tests failed... Output:"
echo "$test_output"
fi
kill $(ps aux | grep '[s]cuda' | awk '{print $2}')
Expand Down

0 comments on commit 5b14266

Please sign in to comment.