Skip to content

Commit

Permalink
[CI] Change test order
Browse files Browse the repository at this point in the history
Failing linting matters way less than failing tests
  • Loading branch information
hugsy committed Nov 28, 2021
1 parent 152bb0c commit 97ad7f7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,13 @@ jobs:
echo "source $(pwd)/gef.py" > ~/.gdbinit
gdb -q -ex 'gef missing' -ex 'gef help' -ex 'gef config' -ex start -ex continue -ex quit /bin/pwd
- name: Run linter
run: |
make lint
- name: Run Tests
env:
GEF_CI_ARCH: ${{ steps.set-arch-properties.outputs.arch }}
run: |
make test
- name: Run linter
run: |
make lint

0 comments on commit 97ad7f7

Please sign in to comment.