Skip to content

Commit

Permalink
try to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wassup- committed Dec 31, 2023
1 parent b701415 commit dffd645
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Build
run: cargo build --verbose
run: |
cargo build -p aces --verbose
cargo build -p macos --verbose
- name: Run tests
run: cargo test --verbose
run: |
cargo test -p aces --verbose
cargo test -p macos --verbose

0 comments on commit dffd645

Please # to comment.