Always allow persisting records if the message is a system message as… #559
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test turms-client-swift | |
on: [ push, pull_request ] | |
jobs: | |
test: | |
runs-on: macos-15 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4.2.2 | |
- name: Build | |
working-directory: turms-client-swift | |
run: swift build -v | |
# - name: Test | |
# working-directory: turms-client-swift | |
# run: swift test -v |