Skip to content

Commit

Permalink
feat: enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BuonOmo committed Sep 4, 2024
1 parent a62542d commit 8d66e71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
test-ubuntu-ruby:
Expand Down Expand Up @@ -49,4 +52,5 @@ jobs:
run: bundle exec rake test
env:
PGHOST: localhost
PGUSER: postgres
PGPASSWORD: postgres
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "rake/testtask"
require_relative "test/rake_helper"

task default: [:test]
task test: "test:postgis"
task test: "test:all"

Rake::TestTask.new(:test_postgis) do |t|
t.libs << postgis_test_load_paths
Expand Down

0 comments on commit 8d66e71

Please sign in to comment.