Skip to content

Commit

Permalink
#2031 run all tests under sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Jan 6, 2025
1 parent d432be5 commit 2884db2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,7 @@ jobs:
cd build/test
export NO_NTP_CHECK=1
export NO_ULIMIT_CHECK=1
./testeth --report_level=detailed -- --all --verbosity 4
sudo ./testeth -t BtrfsTestSuite -- --all --verbosity 4
sudo ./testeth -t HashSnapshotTestSuite -- --all --verbosity 4
sudo ./testeth -t ClientSnapshotsSuite -- --all --verbosity 4
sudo ./testeth --report_level=detailed -- --all --verbosity 4
cd ..
- name: Configure all as historic
Expand Down

0 comments on commit 2884db2

Please sign in to comment.