Skip to content

Commit

Permalink
[CI] More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored May 22, 2024
1 parent 4df3be6 commit f215666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: show /proc/meminfo
run: |
cat /proc/meminfo || true
- name: show /sys/fs/cgroup/memory/memory.limit_in_bytes
- name: show /proc/self/cgroup
run: |
cat /sys/fs/cgroup/memory/memory.limit_in_bytes || true
cat /proc/self/cgroup || true
- name: show /sys/fs/cgroup/memory/memory.stat
run: |
cat /sys/fs/cgroup/memory/memory.stat || true
Expand Down

0 comments on commit f215666

Please sign in to comment.