Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
distractedm1nd committed Sep 20, 2024
1 parent 7033235 commit a41f298
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
shell: bash

- name: Run non-integration tests
run: cargo test --release --exclude-files "**/integration_tests.rs"
run: cargo test --release -- --skip integration_tests

integration_test:
integration-test:
runs-on: ubuntu-latest
needs: test
needs: unit-test
if: success()

services:
Expand Down

0 comments on commit a41f298

Please sign in to comment.