Skip to content

Commit

Permalink
Fix CI AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhanLiin committed Jul 12, 2024
1 parent 7eafc5b commit 77468aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
- toolchain: ${{matrix.toolchain}}
- components: clippy
toolchain: ${{matrix.toolchain}}
components: clippy
- uses: arduino/setup-protoc@v3
- run: cargo clippy --tests -- -Dwarnings
- run: cargo test
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
- toolchain: ${{matrix.toolchain}}
toolchain: ${{matrix.toolchain}}
- uses: arduino/setup-protoc@v3
- run: cargo build --workspace --exclude no-panicking
- run: cargo build -p no-panicking --profile release-lto
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
- components: miri
components: miri
- uses: arduino/setup-protoc@v3
- run: MIRIFLAGS=-"Zmiri-tree-borrows" cargo +nightly miri test -p micropb -p basic-proto

Expand Down

0 comments on commit 77468aa

Please sign in to comment.