Skip to content

Commit da19bab

Browse files
committed
Fix tests
1 parent c984cb5 commit da19bab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: cargo check --no-default-features --features mongodb
6363

6464
integration-test:
65-
name: Tests
65+
name: Tests postgres,postgres-federation,sqlite,sqlite-federation,mysql
6666
runs-on: ubuntu-latest
6767

6868
env:
@@ -120,10 +120,10 @@ jobs:
120120
sudo apt-get install -y libsqlite3-dev
121121
122122
- name: Run tests
123-
run: make test --features postgres,postgres-federation,sqlite,sqlite-federation,mysql
123+
run: cargo test --features postgres,postgres-federation,sqlite,sqlite-federation,mysql
124124

125125
integration-test-2:
126-
name: Tests
126+
name: Tests duckdb,duckdb-federation,flight,mongodb
127127
runs-on: ubuntu-latest
128128

129129
env:
@@ -181,4 +181,4 @@ jobs:
181181
sudo apt-get install -y libsqlite3-dev
182182
183183
- name: Run tests
184-
run: make test --features duckdb,duckdb-federation,flight,mongodb
184+
run: cargo test --features duckdb,duckdb-federation,flight,mongodb

0 commit comments

Comments
 (0)