Skip to content

Commit

Permalink
Fix: TEST no more sudo for test, make tests too random, need to isola…
Browse files Browse the repository at this point in the history
…te the one that need root in a root runner
  • Loading branch information
naparuba committed Sep 21, 2024
1 parent 1789081 commit fdad468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/distro-tests-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
workflow_dispatch:

concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
group: ${{ github.head_ref }}
cancel-in-progress: true


jobs:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
DISCORD_CHANNEL: ${{ secrets.DISCORD_CHANNEL }}
steps:
- uses: actions/checkout@v4

- name: Run on distros
run: |
chmod a+x test/*
Expand Down

0 comments on commit fdad468

Please sign in to comment.