Update README.md

This commit is contained in:
Calum Grant
2021-03-04 16:03:23 +00:00
committed by GitHub
parent ce69c912fd
commit 0be5c529ee

View File

@@ -33,3 +33,11 @@ Then run
```bash
codeql database create <database-path> -l ruby -s <project-source-path> --search-path <extractor-pack-path>
```
## Running qltests
Run
```bash
codeql test run <test-path> --search-path <extractor-pack-path>
```