Skip to content

Commit

Permalink
feat(main): adjust workflow run test phase
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-antonenka-sap committed Aug 28, 2023
1 parent 04b074b commit d38bd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
run: swift test --enable-code-coverage --skip PerformanceTests -v

0 comments on commit d38bd42

Please sign in to comment.