Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AverseABFun committed Dec 27, 2024
2 parents bcf406d + 266157f commit 0450ecd
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:

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

0 comments on commit 0450ecd

Please sign in to comment.