Skip to content

Commit

Permalink
Revert "ci: quint workflow takes all Quint files"
Browse files Browse the repository at this point in the history
This reverts commit a5e6a7b.
  • Loading branch information
cason committed Nov 25, 2024
1 parent a5e6a7b commit c0c3f7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/quint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
branches:
- main
paths:
- specs/**
- specs/consensus/quint/**
pull_request:
paths:
- specs/**
- specs/consensus/quint/**

name: Quint

Expand All @@ -21,7 +21,7 @@ jobs:
with:
node-version: "18"
- run: npm install -g @informalsystems/quint
- run: bash scripts/quint-forall.sh typecheck specs/**/*.qnt
- run: bash scripts/quint-forall.sh typecheck specs/consensus/quint/**/*.qnt

quint-test:
name: Test
Expand All @@ -34,4 +34,4 @@ jobs:
with:
node-version: "18"
- run: npm install -g @informalsystems/quint
- run: bash scripts/quint-forall.sh "test --max-samples $MAX_SAMPLES" specs/**/*Test.qnt
- run: bash scripts/quint-forall.sh "test --max-samples $MAX_SAMPLES" specs/consensus/quint/tests/**/*Test.qnt

0 comments on commit c0c3f7b

Please sign in to comment.