README: Issue Tracker Backlog: upd

This commit is contained in:
Anton-Latukha 2020-09-29 01:59:11 +03:00
parent 20f93d33d2
commit ee8552a4f6
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ git submodule update --init --recursive
nix-shell --run "LANGUAGE_TESTS=yes cabal v2-test"
```
Please, check that all the tests that were passing prior are still passing for the PR; it's OK if no new tests are passing.
Please, check that all tests that were passing prior (most probably all tests mentioned in the command) are still passing for the PR, it is faster to chech that locally then through CI. It's OK if no new tests are passing.
### Evaluating Nixpkgs with HNix