Skip to content

Commit

Permalink
.github: help-lint-all on test_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Aug 31, 2023
1 parent 025d416 commit c014c9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: test
run: './factor -run=tools.test resource:core'
- name: help-lint
run: './factor -run=help.lint resource:core resource:basis'
run: './factor -run=help.lint resource:core resource:basis resource:extra'

build-macos:
runs-on: macos-11
Expand All @@ -31,7 +31,7 @@ jobs:
- name: test
run: './factor -run=tools.test resource:core'
- name: help-lint
run: './factor -run=help.lint resource:core resource:basis'
run: './factor -run=help.lint resource:core resource:basis resource:extra'

build-windows:
runs-on: windows-latest
Expand All @@ -47,3 +47,5 @@ jobs:
- name: test
shell: cmd
run: 'factor -run=tools.test resource:core'
- name: help-lint
run: './factor -run=help.lint resource:core resource:basis resource:extra'

0 comments on commit c014c9a

Please sign in to comment.