Skip to content

Commit 4cfca68

Browse files
author
devizer
committed
Actions on VM: In-process, Framework 4.8? All the VM images, Combine always, 1 worker, 2GB RAM, 4 CPUs, Host Ubuntu 20.04, Upload VM Artifact, Tests on VM with timeout, more vms
1 parent d470fcd commit 4cfca68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CpuUsage-Tests-Matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
cat << 'EOF' > "$HOME/Artifacts/letsrock.sh"
8686
Say "STARTING TESTS";
8787
free -m;
88-
nunit3-console --framework=v4.0 --workers=1 --dispose-runners Universe.CpuUsage.Tests.dll | tee /job/PRECISION.LOG;
88+
nunit3-console --inprocess --workers=1 Universe.CpuUsage.Tests.dll | tee /job/PRECISION.LOG;
8989
Say "TESTS COMPLETED"
9090
EOF
9191
cat "$HOME/Artifacts/letsrock.sh"

0 commit comments

Comments
 (0)