Skip to content

Commit

Permalink
Simplify the "just tests" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch committed Feb 26, 2024
1 parent 7e46050 commit b2d2e2d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@ jobs:
- name: Install
run: |
python -m pip install --upgrade pip
make setup
pip install -U .
- name: Test
run: make test
- name: Lint
run: make lint
run: python -m unittest vmodule.tests

vmodule:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b2d2e2d

Please sign in to comment.