Skip to content

Commit

Permalink
ci: WIP: Run cargo tests with nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
Joining7943 committed Apr 14, 2023
1 parent 63f608d commit 6adc112
Show file tree
Hide file tree
Showing 7 changed files with 1,075 additions and 1,357 deletions.
10 changes: 10 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[profile.ci]
retries = 2
status-level = "all"
final-status-level = "skip"
failure-output = "immediate-final"
fail-fast = false

[profile.ci.junit]
path = "junit.xml"
report-name = "nextest-run"
1,915 changes: 961 additions & 954 deletions .github/workflows/CICD.yml

Large diffs are not rendered by default.

376 changes: 0 additions & 376 deletions .github/workflows/GnuTests.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
~/.android/adb*
key: avd-${{ matrix.api-level }}-${{ matrix.arch }}+termux-${{ env.TERMUX }}
- name: Create and cache emulator image
if: steps.avd-cache.outputs.cache-hit != 'true'
# TODO: reactivate after updating the emulator image in the CI
# if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
Expand Down
Loading

0 comments on commit 6adc112

Please sign in to comment.