Skip to content

Commit

Permalink
updated build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robertohuertasm committed Nov 23, 2024
1 parent 8892967 commit 8b3ef19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
run: cargo make format
- name: Run cargo clippy
run: cargo make clippy
- name: Run cargo test
- name: Run cargo test (default)
run: cargo test
- name: Run cargo test (tls)
run: cargo test -F tls --no--default-features

0 comments on commit 8b3ef19

Please sign in to comment.