Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aoqia194 authored Nov 17, 2024
1 parent a12a37a commit c92c5c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --manifest-path=scripts/generate-manifests --verbose
run: cd scripts/generate-manifests && cargo build --verbose
- name: Run tests
run: cargo test --manifest-path=scripts/generate-manifests --verbose
run: cd scripts/generate-manifests && cargo test --verbose

0 comments on commit c92c5c8

Please sign in to comment.