simdutf: simdutf_connector: in_tail: Implement UTF-16LE/UTF-16BE encoder #1470
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
# For skipped checks that are required to merge we trigger a fake job that succeeds. | |
# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks | |
name: Run unit tests | |
on: | |
pull_request: | |
paths: | |
- '.github/**' | |
- 'dockerfiles/**' | |
- 'docker_compose/**' | |
- 'packaging/**' | |
- '.gitignore' | |
- 'appveyor.yml' | |
- '**.sh' | |
- 'examples/**' | |
jobs: | |
run-all-unit-tests: | |
runs-on: ubuntu-latest | |
name: Unit tests (matrix) | |
steps: | |
- run: echo "No unit tests required" |