diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4976092..6918e68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,4 +82,4 @@ jobs: run: TAGLIB_DIR=$PWD/tmp/$PLATFORM/taglib-$TAGLIB_VERSION bundle exec rake compile - name: Run Tests (taglib-ruby) - run: TAGLIB_DIR=$PWD/tmp/$PLATFORM/taglib-$TAGLIB_VERSION bundle exec rake test + run: bundle exec rake test