A simple memory testing utility

Changed build badge.

+1 -1
+1 -1
README.md
··· 1 1 # memtest 2 2 3 - [![Build Status](https://travis-ci.org/jeduardo/memtest.svg?branch=master)](https://travis-ci.org/jeduardo/memtest) 3 + [![build-and-release Actions Status](https://github.com/jeduardo/memtest/workflows/build-and-release/badge.svg)](https://github.com/jeduardo/memtest/actions) 4 4 5 5 This is a simple utility which allocates as much megabytes of RAM as requested, pausing 0 or more seconds during allocation. It was designed to verify the progression of memory allocation on Linux environments under cgroups constraints for memory usage. 6 6