Skip to content

Commit

Permalink
fix for JSON tests deactivation.
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Nov 20, 2024
1 parent 942c171 commit 7346222
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --locked --all --release --features "json-tests" --verbose
#args: deactivated JSON Tests --locked --all --release --features "json-tests" --verbose
args: --locked --all --release --verbose

0 comments on commit 7346222

Please sign in to comment.