mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-27 04:38:00 +00:00
No e2e feature flag; just ignore and pattern match on 'e2e' to run
This commit is contained in:
@@ -146,4 +146,4 @@ jobs:
|
||||
working-directory: backend
|
||||
|
||||
- name: Cargo test
|
||||
run: cargo test --verbose --jobs 1 --features e2e 'e2e'
|
||||
run: cargo test --verbose --jobs 1 e2e -- --ignored
|
||||
|
||||
Reference in New Issue
Block a user