Skip to content

Commit

Permalink
💚 Fix Rust CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Jan 12, 2024
1 parent cfd36de commit bcae8da
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: rust

on:
push:
Expand All @@ -11,12 +11,11 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --all-features

0 comments on commit bcae8da

Please sign in to comment.