See if we can make Github run the benchmark suite or if I need to install CPython...

This commit is contained in:
K Lange 2021-04-15 20:00:05 +09:00
parent 31ddabfdce
commit 34b74eae57

View File

@ -10,3 +10,5 @@ jobs:
run: make clean && make
- name: Test
run: make test
- name: Benchmark
run: make bench