diff --git a/.gitea/workflows/run-tests.yaml b/.gitea/workflows/run-tests.yaml index 6e4715e..ed4fcf2 100644 --- a/.gitea/workflows/run-tests.yaml +++ b/.gitea/workflows/run-tests.yaml @@ -13,4 +13,4 @@ jobs: - name: Install dependencies run: bundle install - name: Run tests - run: bundle exec rake \ No newline at end of file + run: bundle exec rake test \ No newline at end of file diff --git a/.ruby-version b/.ruby-version index af1817b..a423d42 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4 \ No newline at end of file +3.4.2 \ No newline at end of file