Skip to content

Commit fdad468

Browse files
committed
Fix: TEST no more sudo for test, make tests too random, need to isolate the one that need root in a root runner
1 parent 1789081 commit fdad468

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/distro-tests-x64.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
workflow_dispatch:
1212

1313
concurrency:
14-
group: ${{ github.head_ref }}
15-
cancel-in-progress: true
14+
group: ${{ github.head_ref }}
15+
cancel-in-progress: true
1616

1717

1818
jobs:
@@ -93,7 +93,7 @@ jobs:
9393
DISCORD_CHANNEL: ${{ secrets.DISCORD_CHANNEL }}
9494
steps:
9595
- uses: actions/checkout@v4
96-
96+
9797
- name: Run on distros
9898
run: |
9999
chmod a+x test/*

0 commit comments

Comments
 (0)