Skip to content

Commit

Permalink
Try parsing files from the Just repository as part of our tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Feb 25, 2024
1 parent e9f9d48 commit cc7b499
Show file tree
Hide file tree
Showing 3 changed files with 421 additions and 368 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,3 @@ jobs:
run: just --verbose test
- name: Check if generated files are up to date (warn only)
run: just --verbose ci-validate-generated-files 0

static-validation:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@just
- name: Verify Just can parse test files
run: just --verbose verify-just-parsing
- name: Look for tests that contain errors
run: just --verbose verify-no-error-tests
Loading

0 comments on commit cc7b499

Please sign in to comment.