Skip to content

Commit

Permalink
Merge branch '80-move-away-from-nightly-builds' of https://github.com…
Browse files Browse the repository at this point in the history
…/mrodz/mscript-lang into 80-move-away-from-nightly-builds
  • Loading branch information
mrodz committed Jun 29, 2023
2 parents 7d3b8f1 + 8624eec commit 0766a1a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,12 @@ jobs:
steps:
- name: Set up rust
uses: actions/checkout@v3
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
components: rustfmt, clippy
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Build
run: cargo +nightly build --verbose
run: cargo build --verbose
- name: Unit Tests
run: cargo +nightly test --verbose --all
run: cargo test --verbose --all
- name: Clippy
run: cargo clippy --verbose -- -D warnings
- name: Audit
Expand Down

0 comments on commit 0766a1a

Please sign in to comment.