feat: set up testing for gfmul task
This commit is contained in:
parent
6ef05f6018
commit
e1a6ae20a4
7 changed files with 46 additions and 39 deletions
2
.github/workflows/kauma.yaml
vendored
2
.github/workflows/kauma.yaml
vendored
|
|
@ -66,4 +66,4 @@ jobs:
|
|||
docker tag ghcr.io/johndoe31415/labwork-docker:master labwork
|
||||
- name: Run labwork container
|
||||
run: |
|
||||
docker run -v $PWD:/dut/ labwork /bin/bash -c '/dut/build && /dut/kauma ./test_json/kauma_tests.json'
|
||||
docker run -v $PWD:/dut/ labwork /bin/bash -c '/dut/build && /dut/kauma ./src/test_json/kauma_tests.json'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue