See if we can make Github run the benchmark suite or if I need to install CPython...
This commit is contained in:
parent
31ddabfdce
commit
34b74eae57
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -10,3 +10,5 @@ jobs:
|
||||
run: make clean && make
|
||||
- name: Test
|
||||
run: make test
|
||||
- name: Benchmark
|
||||
run: make bench
|
||||
|
Loading…
Reference in New Issue
Block a user