Skip to content

Commit

Permalink
Do not set conflicting --mm params (#85)
Browse files Browse the repository at this point in the history
The `.nimble` file already ensures that both `--mm:refc` and `--mm:orc`
are passed. If we also set it in `ci.yml` then both options are passed,
including the case where they are conflicting.
  • Loading branch information
etan-status authored Jul 24, 2024
1 parent 9f3b998 commit 4337ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ jobs:
nimble install -y --depsOnly
nimble install -y chronicles@#head
nimble install -y unittest2
env NIMFLAGS="${NIMFLAGS} --mm:refc" nimble test
env NIMFLAGS="${NIMFLAGS} --mm:refc" nimble test_chronicles
nimble test
nimble test_chronicles

0 comments on commit 4337ccd

Please sign in to comment.