Skip to content

Commit 1376c96

Browse files
authored
Merge branch 'main' into main
2 parents 3cb343c + 919d674 commit 1376c96

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/golden-test-run.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,7 @@ jobs:
3636
# Our Golden tests run NilAway on the entire standard library, which is very resource-intensive.
3737
# GitHub Actions terminates the job if it hits the resource limits (both in CPU and memory).
3838
# For CPU limit we set GOMAXPROCS to be one less than the number of available CPUs.
39-
# For memory limit we create a 16G swap file and set GOMEMLIMIT to 8G.
40-
- name: Create swap file in Github Actions to avoid OOM killer
41-
run: |
42-
sudo fallocate -l 16G /swapfile
43-
sudo chmod 600 /swapfile
44-
sudo mkswap /swapfile
45-
sudo swapon /swapfile
46-
39+
# For memory limit we set GOMEMLIMIT to 8G.
4740
- name: Golden Test
4841
id: golden_test
4942
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ report errors providing users with the nilness flows for easier debugging.
1414

1515
NilAway enjoys three key properties that make it stand out:
1616

17-
- It is **fully-automated**: NilAway is equipped with an inference engine, making it require _no_ any additional
17+
- It is **fully-automated**: NilAway is equipped with an inference engine, making it require _no_ additional
1818
information from the developers (e.g., annotations) besides standard Go code.
1919

2020
- It is **fast**: we have designed NilAway to be fast and scalable, making it suitable for large codebases. In our

0 commit comments

Comments
 (0)