diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 512d28e..0f93930 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -35,6 +35,7 @@ jobs: | |||
35 | -e NPTEST_CACHE="/src/.github/NPTest.cache" \ | 35 | -e NPTEST_CACHE="/src/.github/NPTest.cache" \ |
36 | -w /src -v ${PWD}:/src \ | 36 | -w /src -v ${PWD}:/src \ |
37 | --tmpfs /media/ramdisk1 \ | 37 | --tmpfs /media/ramdisk1 \ |
38 | -v /var/run/utmp:/var/run/utmp \ | ||
38 | --mount source=tmp-vol,destination=/src,target=/media/ramdisk2 \ | 39 | --mount source=tmp-vol,destination=/src,target=/media/ramdisk2 \ |
39 | ${{ matrix.distro }} \ | 40 | ${{ matrix.distro }} \ |
40 | /bin/sh -c '${{ matrix.prepare }} && \ | 41 | /bin/sh -c '${{ matrix.prepare }} && \ |