GitHub CI: run most tests as a non-privileged user.
authorKirill Isakov <is-kir@ya.ru>
Mon, 26 Jul 2021 08:52:42 +0000 (14:52 +0600)
committerKirill Isakov <is-kir@ya.ru>
Wed, 28 Jul 2021 11:48:18 +0000 (17:48 +0600)
commit402170d78f4413d0b95a5ac194db4f638021961a
tree8044c983804f1dca55a4a018306151df0deccf76
parent8cacb36e31ca48e4ff9faa98d463893141068d3c
GitHub CI: run most tests as a non-privileged user.

We don't really care about the throwaway container running in a throwaway
VM, but it's still better to run tests that do not require elevated
privileges as a normal user, at least to be sure that the ability to do
this is working.

Also, some tests (like the new command-fsck.test) can perform more checks
with a restricted user account.
.github/workflows/test.yml
.github/workflows/test/run.sh