should fix CI after moving tests

This commit is contained in:
Brendan Haines 2021-09-09 01:06:19 -06:00
parent 2d69722cb1
commit 12e3078c2a

View File

@ -9,4 +9,4 @@ testbench:
- echo "Installing dependencies..."
- apt update && apt install -y make iverilog gcc-8-riscv64-linux-gnu
- echo "Running testbenches..."
- make -C testbench
- make -C tests