Skip to content

Commit

Permalink
Allow no tests for openapi crate
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Dec 2, 2024
1 parent f337f68 commit 9b72ca1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/schema-definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
shared-key: "build" # share the cache across jobs
save-if: false

# currently there are no tests in here, leaving to ensure any that are
# added are run
- name: OpenAPI Definitions
run: cargo nextest run --no-fail-fast --release --filter-expr='package(openapi-generator)'
run: cargo nextest run --no-tests=pass --no-fail-fast --release --filter-expr='package(openapi-generator)'

0 comments on commit 9b72ca1

Please sign in to comment.