Skip to content

Commit

Permalink
ci: fix duplicated rust suites test (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Feb 27, 2024
1 parent e7a512b commit 29749f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/extensions-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ jobs:
- name: test
run: |
cd libsql-sqlite3/test/rust_suite
cargo test --features extensions
# Only execute extensions tests
cargo test --features=extensions extensions

0 comments on commit 29749f2

Please sign in to comment.