Skip to content

Commit

Permalink
fixed steps for build
Browse files Browse the repository at this point in the history
  • Loading branch information
splurf committed Sep 1, 2024
1 parent 348718b commit 2172f4b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]

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

publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2172f4b

Please sign in to comment.