Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into fix/crate-name
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Aug 16, 2024
2 parents 961fb23 + f49d451 commit 5c823c9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
acceptance-tests:
name: Acceptance Tests
runs-on: ubuntu-latest
# Set default working directory
defaults:
run:
working-directory: ./acceptance
strategy:
matrix:
rust: [ "stable", "nightly" ]
Expand All @@ -45,8 +49,10 @@ jobs:
toolchain: ${{ matrix.rust }}
- name: add cargo caching
uses: Swatinem/rust-cache@v2
- name: Run acceptance tests
run: cd acceptance && cargo test --verbose
- name: Run acceptance tests (build)
run: cargo build
- name: Run acceptance tests (tests)
run: cargo test --verbose

format:
name: Format
Expand Down

0 comments on commit 5c823c9

Please sign in to comment.