Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Per Johansson <[email protected]>
  • Loading branch information
1313 authored Mar 19, 2024
1 parent c7eacbd commit b29a8f2
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ env:
jobs:
build:
runs-on: macos-14
steps:
- name: see
run: |
cargo test --no-run 2> t
exec $(cat t | grep unit | awk -F'[()]' '{print $2}')
steps:
- uses: actions/checkout@v3
- name: Fix screen capture permissions
run: |
Expand Down Expand Up @@ -57,5 +51,7 @@ jobs:
run: rustup update
- name: Build
run: cargo build --verbose --features ci
- name: Run tests
run: cargo test --verbose --features ci
- name: see
run: |
cargo test --no-run 2> t
exec $(cat t | grep unit | awk -F'[()]' '{print $2}')

0 comments on commit b29a8f2

Please sign in to comment.