mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
Remove unnecessary edits to Docker config in an attempt to fix the CI
This commit is contained in:
@@ -67,7 +67,6 @@ runs:
|
||||
with:
|
||||
rootless: true
|
||||
set-host: true
|
||||
version: type=archive,version=24.0.9
|
||||
if: runner.os == 'Linux'
|
||||
|
||||
# - name: Cache Rust
|
||||
|
||||
@@ -40,7 +40,7 @@ macro_rules! serai_test {
|
||||
.set_handle(handle)
|
||||
.set_start_policy(StartPolicy::Strict)
|
||||
.set_log_options(Some(LogOptions {
|
||||
action: LogAction::ForwardToStdOut,
|
||||
action: LogAction::Forward,
|
||||
policy: LogPolicy::Always,
|
||||
source: LogSource::Both,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user