Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed May 28, 2024
1 parent 249014f commit 42ec24d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ env:

jobs:
build_and_test:
if: ( ! github.event.pull_request.draft )
name: "Build and Test"
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Stable
- name: Install Rust Stable
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
Expand All @@ -44,7 +44,8 @@ jobs:

miri:
if: ( ! github.event.pull_request.draft )
name: "Miri"
name: "Test with Miri"

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -69,10 +70,11 @@ jobs:
rustfmt_and_clippy:
name: Rustfmt and Clippy
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Nightly with rustfmt and clipy
- name: Install Rust Nightly with rustfmt and clippy
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
Expand Down

0 comments on commit 42ec24d

Please sign in to comment.