Skip to content

[SerialTaskQueue] - For some reason the test is flaky, still investig… #169

[SerialTaskQueue] - For some reason the test is flaky, still investig…

[SerialTaskQueue] - For some reason the test is flaky, still investig… #169

Workflow file for this run

name: CI
on:
push:
branches:
- '**' # matches every branch
- '!main' # excludes main
workflow_dispatch:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
container: swift:5.10
steps:
- uses: actions/checkout@v4
- name: Run TESTS
run: swift test