summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2024-04-16 10:36:32 +0800
committerGitHub <noreply@github.com>2024-04-16 10:36:32 +0800
commitd9fa0894a34374394ea21f9d2aa9c26574d1506a (patch)
tree098665454fb40f19080edf236103aaf956b47554 /.github
parent47378f66eba545738d8c867881909b85c2740221 (diff)
Temporarily disable UI tests (#406)
* Temporarily disable UI tests - Too many sporadic errors occlude actual problems; see #400 - These tests will be re-enabled once the big refactor is complete * Write changelog
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 7fb047b..02d21e1 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -124,7 +124,7 @@ jobs:
done
- name: Run clippy
- run: ${{ matrix.cargo }} clippy --all-targets --all-features --target ${{ matrix.target }} -- -D warnings
+ run: ${{ matrix.cargo }} clippy --all-targets --target ${{ matrix.target }} -- -D warnings
- name: Install npcap on Windows
# PRs from other repositories cannot be trusted with repository secrets
@@ -145,7 +145,7 @@ jobs:
env:
# make insta generate new snapshots in CI
INSTA_UPDATE: new
- run: ${{ matrix.cargo }} test --all-targets --all-features --target ${{ matrix.target }}
+ run: ${{ matrix.cargo }} test --all-targets --target ${{ matrix.target }}
- name: Upload snapshots of failed tests
if: ${{ failure() && steps.run_tests.outcome == 'failure' }}