Skip to content

Commit 57973d5

Browse files
committed
Fix: TEST on oracle server will run as root to fix time switching tests
1 parent 88bda96 commit 57973d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/distro-tests-arm64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ jobs:
9494
chmod a+x test/*
9595
chmod a+x test/docker-helper/*
9696
cd test
97-
TEST_SUITE=${{ matrix.TEST_SUITE }} ./test_suite.sh
97+
TEST_SUITE=${{ matrix.TEST_SUITE }} sudo ./test_suite.sh

0 commit comments

Comments
 (0)