mirror of
https://github.com/pfloos/quack
synced 2024-12-22 20:34:46 +01:00
deb testing
This commit is contained in:
parent
dadc7a13ad
commit
b23d504d32
5
.github/workflows/testing.yml
vendored
5
.github/workflows/testing.yml
vendored
@ -14,10 +14,6 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
name: Run Tests
|
name: Run Tests
|
||||||
|
|
||||||
- name: Print message
|
|
||||||
run: echo "Triggered by completion of QuAcK Compilation workflow"
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
@ -40,4 +36,3 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
bash -c "source quack.rc ; cd tests ; python lunch_bench.py -s light -t 1e-1"
|
bash -c "source quack.rc ; cd tests ; python lunch_bench.py -s light -t 1e-1"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user