10
1
mirror of https://github.com/pfloos/quack synced 2024-12-22 12:23:42 +01:00

deb testing

This commit is contained in:
Abdallah Ammar 2024-11-15 18:42:24 +01:00
parent dadc7a13ad
commit b23d504d32

View File

@ -14,10 +14,6 @@ jobs:
runs-on: ubuntu-20.04
name: Run Tests
- name: Print message
run: echo "Triggered by completion of QuAcK Compilation workflow"
steps:
- name: Checkout repository
uses: actions/checkout@v3
@ -40,4 +36,3 @@ jobs:
- name: Run tests
run: |
bash -c "source quack.rc ; cd tests ; python lunch_bench.py -s light -t 1e-1"