Skip to content

Commit

Permalink
ci: fix bug in quint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cason committed Nov 25, 2024
1 parent 8f7c2d9 commit 912eb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
with:
node-version: "18"
- run: npm install -g @informalsystems/quint
- run: find specs/ -name '*Test.qnt' | ./scripts/quint-forall.sh test --max-samples $MAX_SAMPLES"
- run: find specs/ -name '*Test.qnt' | ./scripts/quint-forall.sh test --max-samples $MAX_SAMPLES

0 comments on commit 912eb22

Please sign in to comment.