Skip to content

Commit

Permalink
chore: Add missing new line at the end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
KimMachineGun committed Jan 21, 2024
1 parent 69c6edc commit 13bf530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- name: Run tests in Go container (system memory limit)
run: |
docker run --rm -v=$(pwd):/app -w=/app golang:1.19 go test -v ./... -expected-system=$(($(awk '/MemTotal/ {print $2}' /proc/meminfo) * 1024))
docker run --rm -v=$(pwd):/app -w=/app golang:1.19 go test -v ./... -expected-system=$(($(awk '/MemTotal/ {print $2}' /proc/meminfo) * 1024))

0 comments on commit 13bf530

Please sign in to comment.