Skip to content

Commit

Permalink
.github/workflows: Try to enable all tests on Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Jun 5, 2024
1 parent ec0f4c3 commit b78413f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
run: meson test -C builddir --verbose

- name: System tests
run: bats --timing test/system/001-version.bats test/system/002-help.bats test/system/108-completion.bats
run: bats --timing test/system
env:
TMPDIR: /var/tmp
TOOLBX: /usr/local/bin/toolbox

0 comments on commit b78413f

Please sign in to comment.