Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweattypalms authored Jun 24, 2024
1 parent f2406cf commit ca994a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ jobs:

steps:
- uses: actions/checkout@v4

# To allow unstable features
- name: Install Rust nightly
run: rustup override set nightly

- name: Build
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose

0 comments on commit ca994a3

Please sign in to comment.