Skip to content

Commit

Permalink
restore nightly tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
none00y committed May 10, 2024
1 parent f0a93a6 commit 1ad13bf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 37 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
cargo build --verbose
cargo test --verbose
# rust-nightly:
# runs-on: ubuntu-latest
# container: rustlang/rust:nightly
# steps:
# - name: Checkout code
# uses: actions/checkout@v2
# - name: Build and test with Rust nightly
# run: |
# cargo build --verbose
# cargo test --verbose
rust-nightly:
runs-on: ubuntu-latest
container: rustlang/rust:nightly
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build and test with Rust nightly
run: |
cargo build --verbose
cargo test --verbose
34 changes: 7 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1ad13bf

Please sign in to comment.