Skip to content

Commit

Permalink
Tag postgresql tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 10, 2023
1 parent e3d2184 commit dbd0c68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/adbc_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ defmodule AdbcTest do
end

describe "postgresql smoke tests" do
@describetag :postgresql

test "runs queries" do

Check failure on line 17 in test/adbc_test.exs

View workflow job for this annotation

GitHub Actions / linux

test postgresql smoke tests runs queries (AdbcTest)
db =
start_supervised!({Database, driver: :postgresql, uri: "postgres://postgres@localhost"})
Expand Down

0 comments on commit dbd0c68

Please sign in to comment.