correct dependencies for runs

This commit is contained in:
Abraham Gonzalez
2019-05-11 18:55:04 -07:00
parent 8f3426362d
commit 1a6a5ea875

View File

@@ -171,6 +171,7 @@ workflows:
# Prepare the verilator builds
- prepare-example:
requires:
- install-riscv-toolchain
- install-verilator
# Run the respective tests
@@ -178,5 +179,5 @@ workflows:
# Run the example tests
- example-run-benchmark-tests:
requires:
- prepare-example
- install-riscv-toolchain
- prepare-example