From 8d031fd618e80084c232499d5f64cb414b66725f Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Fri, 27 Sep 2024 19:47:02 -0500 Subject: [PATCH] test: debug --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1c9c17c..2535e47 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -98,7 +98,7 @@ jobs: - name: Run Tests run: | - pytest "tests/functional/test_compiler.py::test_trace_source" -k "not test_coverage" -m "not fuzzing" -n 0 -s \ + pytest "tests/functional/test_compiler.py::test_trace_source" "tests/functional/test_compiler.py::test_trace_source_from_receipt" -k "not test_coverage" -m "not fuzzing" -n 0 -s \ --cov=ape_vyper \ --cov-branch \ --cov-report term \