aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2023-11-12 20:36:29 +0200
committerMartin Pärtel <martin.partel@gmail.com>2023-11-12 20:36:29 +0200
commit19b68fcd804f3fe51cf0cff752182c7560ca486f (patch)
treece62f51415ecbe740dde0a068cfbd57fcc0032fd /.github
parentf0fac99f5bd676a54974e9a18c61ff018f2e782a (diff)
downloadbindfs-19b68fcd804f3fe51cf0cff752182c7560ca486f.tar.gz
...
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index f676ec9..9361d32 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -83,12 +83,12 @@ jobs:
run: |-
set -x
whoami
- make -C build make check
+ make -C build check
- name: 'Test as root'
run: |-
set -x
- sudo make -C build make check
+ sudo make -C build check
- name: 'Install'
run: |-