ordering matters

tmp/parallel-cli
Jesse Vincent 4 years ago
parent b47f5f741a
commit 5c9429982e
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -17,7 +17,7 @@ jobs:
## This makes sure we're using the current version of the library.
- run: sudo apt-get install ccache
- run: make setup
- run: make smoke-sketches -j $(nproc)
- run: make -j $(nproc) smoke-sketches
run-google-tests:
runs-on: ubuntu-20.04
steps:
@ -25,7 +25,7 @@ jobs:
# - uses: mxschmitt/action-tmate@v3
- run: sudo apt-get install ccache
- run: make setup
- run: make simulator-tests -j $(nproc)
- run: make -j $(nproc) simulator-tests
check-astyle:
runs-on: ubuntu-latest
steps:

Loading…
Cancel
Save