1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-04-26 21:59:05 +00:00

Merge pull request #72 from Luro02/ci

Remove miri from ci
This commit is contained in:
Lucas 2021-10-01 13:56:54 +02:00 committed by GitHub
commit f5ddfed738
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,19 +50,3 @@ jobs:
with:
command: fmt
args: --all -- --check
miri:
name: miri
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Miri
run: |
MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)
echo "Installing latest nightly with Miri: $MIRI_NIGHTLY"
rustup set profile minimal
rustup default "$MIRI_NIGHTLY"
rustup component add miri
- uses: Swatinem/rust-cache@v1
- name: Run Tests
run: cargo miri test