Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aoqia194 authored Nov 17, 2024
1 parent c92c5c8 commit 15765df
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 @@ -16,6 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: cd scripts/generate-manifests && cargo build --verbose
run: cd scripts/generate-manifests && rustup override set nightly && cargo build --verbose
- name: Run tests
run: cd scripts/generate-manifests && cargo test --verbose
run: cd scripts/generate-manifests && rustup override set nightly && cargo test --verbose

0 comments on commit 15765df

Please sign in to comment.