Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
exbibyte authored Nov 15, 2019
1 parent 601c189 commit dd3af91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
with:
toolchain: nightly
- name: Build
run: cargo +nightly build --verbose
run: rustup install nightly && cargo +nightly build --verbose
- name: Run tests
run: cargo +nightly test --verbose
run: rustup install nightly && cargo +nightly test --verbose

0 comments on commit dd3af91

Please sign in to comment.