Skip to content

Commit

Permalink
ci (pt. 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
N8BWert committed Sep 6, 2024
1 parent e79993d commit 217e2a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- name: Run Cargo Check
uses: actions-rs/cargo@v1
with:
Expand All @@ -26,6 +27,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- name: Run Cargo Test
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 217e2a0

Please sign in to comment.