Skip to content

testing splitting the unit test outside #15

testing splitting the unit test outside

testing splitting the unit test outside #15

Workflow file for this run

name: test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
- to-swift
jobs:
test:
name: Test
runs-on: ubuntu-latest
container: swift:5.10
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
run: swift test --parallel
# run: swift test
working-directory: ./swift-server