From: Eli Bendersky Date: Wed, 23 Sep 2020 13:18:54 +0000 (-0700) Subject: Fix typo in ci.yml X-Git-Tag: v0.27~12 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e503b5ce499bfd3002e4326c749dde791aa239c;p=pyelftools.git Fix typo in ci.yml --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94181e3..e4ffdb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,5 +25,5 @@ jobs: python-version: ${{ matrix.python-version }} - name: Test run: | - python tests/all_tests.py + python test/all_tests.py