Skip to content

Commit

Permalink
Excludes core from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Oct 8, 2023
1 parent fd80c47 commit 4da70aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build
run: cmake --build --preset linux-release
- name: Run tests
run: cargo test --workspace
run: cargo test --workspace --exclude core
working-directory: src
- name: Run Clippy
run: cargo clippy --release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build
run: cmake --build --preset mac-release
- name: Run tests
run: cargo test --workspace
run: cargo test --workspace --exclude core
working-directory: src
- name: Run Clippy
run: cargo clippy --release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Build
run: cmake --build --preset windows-release
- name: Run tests
run: cargo test --workspace
run: cargo test --workspace --exclude core
working-directory: src
- name: Run Clippy
run: cargo clippy --release
Expand Down

0 comments on commit 4da70aa

Please sign in to comment.