Skip to content

Commit

Permalink
Make sure all tags and branches are available in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Dec 13, 2023
1 parent 14f3942 commit 9fc1612
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ jobs:
stable:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
run: cargo +stable build --verbose
- name: Run tests
Expand All @@ -14,7 +16,9 @@ jobs:
steps:
- name: Install Rust nightly
run: rustup install nightly
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
run: cargo +nightly build --verbose
- name: Run tests
Expand Down

0 comments on commit 9fc1612

Please sign in to comment.