We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc8f0c commit d72f407Copy full SHA for d72f407
1 file changed
.github/workflows/tests.yaml
@@ -73,6 +73,9 @@ jobs:
73
# Temp. workaround to save space to prevent GH runners from running out
74
- name: Cleanup cargo deps
75
run: rm -rf build/lib/target/debug/deps
76
+
77
+ - name: Display RAM and swap
78
+ run: free -h
79
80
- name: E2E tests
81
run: ./make.sh test
0 commit comments