Skip to content
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
87299fe
[bfops/unity-test-tweaks]: C#/Unity test suite concurrency improvements
bfops Jul 29, 2025
97924eb
[bfops/unity-test-tweaks]: fix?
bfops Jul 29, 2025
e434c03
[bfops/unity-test-tweaks]: empty
bfops Jul 29, 2025
d4940c5
[bfops/unity-test-tweaks]: empty
bfops Jul 29, 2025
0de6230
[bfops/unity-test-tweaks]: empty
bfops Jul 29, 2025
ba1da34
[bfops/unity-test-tweaks]: fix comparison
bfops Jul 29, 2025
ca33f15
[bfops/unity-test-tweaks]: remove cancel previous behavior
bfops Jul 29, 2025
068a80a
[bfops/unity-test-tweaks]: empty
bfops Jul 29, 2025
9c66807
[bfops/unity-test-tweaks]: empty
bfops Jul 29, 2025
e820445
[bfops/unity-test-tweaks]: empty
bfops Jul 29, 2025
016b154
[bfops/unity-test-tweaks]: add output
bfops Jul 29, 2025
7171e70
[bfops/unity-test-tweaks]: uncomment
bfops Jul 29, 2025
235fb7f
[bfops/unity-test-tweaks]: fix race condition?
bfops Jul 29, 2025
b161562
[bfops/unity-test-tweaks]: empty commit to bump CI
bfops Jul 29, 2025
b87bc25
[bfops/unity-test-tweaks]: fix?
bfops Jul 29, 2025
6e05c9b
[bfops/unity-test-tweaks]: empty commit to bump CI
bfops Jul 29, 2025
2b7975b
[bfops/unity-test-tweaks]: fix?
bfops Jul 29, 2025
fa81e73
[bfops/unity-test-tweaks]: empty commit to bump CI
bfops Jul 29, 2025
63b5e27
[bfops/unity-test-tweaks]: empty commit to bump CI
bfops Jul 29, 2025
c6b65f1
[bfops/unity-test-tweaks]: fix?
bfops Jul 29, 2025
84c9b46
[bfops/unity-test-tweaks]: fix?
bfops Jul 29, 2025
b352736
[bfops/unity-test-tweaks]: empty commit to bump CI
bfops Jul 29, 2025
4e5d876
[bfops/unity-test-tweaks]: empty commit to bump CI
bfops Jul 29, 2025
06bd036
[bfops/unity-test-tweaks]: temp change to test
bfops Jul 29, 2025
46e6201
[bfops/unity-test-tweaks]: empty commit to bump CI
bfops Jul 29, 2025
8f53ae2
[bfops/unity-test-tweaks]: empty commit to bump CI
bfops Jul 29, 2025
b950829
[bfops/unity-test-tweaks]: empty commit to bump CI
bfops Jul 29, 2025
0582bf8
[bfops/unity-test-tweaks]: now does it work?
bfops Jul 29, 2025
2845c12
[bfops/unity-test-tweaks]: okay I guess this for now
bfops Jul 29, 2025
9516aae
[bfops/unity-test-tweaks]: tweak
bfops Jul 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/csharp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
jobs:
unity-testsuite:
runs-on: ubuntu-latest
# Cancel any previous testsuites running on the same PR and/or ref.
concurrency:
group: unity-test-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
Loading