Skip to content

Commit

Permalink
ci: use nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
timvw committed Mar 29, 2024
1 parent 1cba377 commit a2acc5d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,15 @@ jobs:
with:
submodules: recursive
- uses: actions-rust-lang/setup-rust-toolchain@v1

with:
toolchain: nightly
- name: Start minio
run: ./ci/minio_start.sh

- run: cargo test --all-features -- -Z unstable-options --format json --report-time | tee results.json

- name: Prepare junit report
id: cargo_reporter
uses: innoq/action-cargo-test-report
with:
cargo-test-report-json: 'results.json'

- name: Publish Test Report
uses: mikepenz/action-junit-report@main
if: always() # always run even if the previous step fails
Expand All @@ -36,7 +33,6 @@ jobs:
fail_on_failure: true
require_tests: true
summary: ${{ steps.cargo_reporter.outputs.summary }}

- name: Stop minio
run: ./ci/minio_stop.sh

Expand Down

0 comments on commit a2acc5d

Please sign in to comment.