Skip to content

Commit

Permalink
for the sake of faster CI tests, and not overshooting the github quot…
Browse files Browse the repository at this point in the history
…as, long running tests are commented out at the moment.
  • Loading branch information
SurfingNerd committed Nov 20, 2024
1 parent 3b38650 commit 0db8cad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ jobs:
- ubuntu-latest
# - macos-latest
toolchain:
- 1.72
- 1.75
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout sources
uses: actions/checkout@main
with:
submodules: true
submodules: false
# submodules: true // we do not need submodules, if we are not running the JSON tests.
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -32,7 +33,8 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --locked --all --release --features "json-tests" --verbose --no-run
#args: deactivated JSON Tests, so we do not run out of quota on CI tests for merge intesive time. --locked --all --release --features "json-tests" --verbose --no-run
args: --locked --all --release --verbose --no-run
- name: Run tests for ${{ matrix.platform }}
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 0db8cad

Please sign in to comment.