Skip to content

Commit

Permalink
fixup! try harder to only run tox unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Nov 25, 2024
1 parent e992b60 commit 19b0726
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
# (like from pr#1942)
unittests_as_user_smoke:
name: "Smoke run: unittest as normal user on default runner"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: sudo apt install -y tox
- name: "Run as user on default runer"
run: |
sudo apt install -y tox
# depsolve tests tend to be slow but are easy to parallize
tox -- test -n 16
tox -e py312 -- -n 16

0 comments on commit 19b0726

Please sign in to comment.