Update rust.yml

This commit is contained in:
Camerin Figueroa 2024-03-19 10:41:44 -04:00 committed by GitHub
parent 97f4ce511a
commit 91e92c112f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Update to Nightly
run: rustup update nightly && rustup default nightly
- name: Build
run: cargo build --verbose
- name: Run tests