Skip to content

Commit

Permalink
remove the --features from test action
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Apr 12, 2024
1 parent a52abb0 commit 027432e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sessions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ jobs:
run: |
sudo apt-get install libpq-dev -y
- name: Run Test
run: cargo test --features "postgres", "rustls"
run: cargo test


0 comments on commit 027432e

Please sign in to comment.