mirror of
https://github.com/github/codeql.git
synced 2026-06-10 07:21:12 +02:00
9 lines
116 B
Bash
Executable File
9 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
IFS=$'\n\t'
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
cd extractor
|
|
UNIFIED_UPDATE_CORPUS=1 cargo test
|