Skip to content

Commit

Permalink
try getting 1.76 in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oh-yes-0-fps committed Jan 1, 2024
1 parent 6789032 commit 195d7a6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Test and Build

on:
push:
Expand All @@ -15,8 +15,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose -F full
- name: Run tests
run: cargo test --verbose -F full
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
- name: Build
run: cargo build --verbose -F full
- name: Run tests
run: cargo test --verbose -F full

0 comments on commit 195d7a6

Please sign in to comment.