No e2e feature flag; just ignore and pattern match on 'e2e' to run

This commit is contained in:
James Wilson
2021-08-12 16:58:35 +01:00
parent 35cfb16ed9
commit 18627a9f02
3 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -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