Skip to content

Commit

Permalink
feat: add nightly to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zeldan committed Aug 5, 2024
1 parent e645a4a commit ae304ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly

- name: Version
run: cargo --version --verbose

- name: Build
run: cargo build --verbose

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

0 comments on commit ae304ca

Please sign in to comment.