We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de18c1f commit 62e7998Copy full SHA for 62e7998
.github/workflows/pull.yml
@@ -26,4 +26,10 @@ jobs:
26
set -ex
27
cmake -DCMAKE_BUILD_TYPE=Debug test -Bbuild/test
28
cmake --build build/test -j9 --config Debug
29
- cd build/test && ctest
+ pushd build/test && ctest && popd
30
+
31
+ # Install tokenizers
32
+ pip install . -v
33
34
+ # Run tests
35
+ pytest
.github/workflows/trunk.yml
@@ -33,4 +33,10 @@ jobs:
36
37
38
39
40
41
42
0 commit comments