Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AverseABFun authored Dec 27, 2024
1 parent 6a19212 commit 2fdc14c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose -Z bindeps
- name: Run tests
run: cargo test --verbose -Z bindeps
- run: rustup toolchain install nightly && rustup default nightly
- uses: manoadamro/rust-release@v1
with:
owner: ${{ github.repository_owner }}
repo: ${{ github.repository }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2fdc14c

Please sign in to comment.