Skip to content

Commit

Permalink
Remove miri and upload test artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Nov 2, 2024
1 parent b48feef commit a7cba90
Showing 1 changed file with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,28 +54,9 @@ jobs:
command: doc
args: --lib --no-deps --all-features

miri:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install Miri
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
components: miri

# Separate miri setup from run so that 'Miri Test'
# logs are clean.
- name: Setup Miri
uses: actions-rs/cargo@v1
with:
command: miri
args: setup

- name: Miri Test
uses: actions-rs/cargo@v1
- name: Upload artifacts
uses: actions/upload-artifact@v4
if: always()
with:
command: miri
args: test --all-features
name: test-results
path: "**/tests/snapshots"

0 comments on commit a7cba90

Please sign in to comment.