mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-13 13:07:40 +02:00
Remove Cypress based UI tests (#1035)
This commit is contained in:
@@ -28,10 +28,7 @@ jobs:
|
||||
with:
|
||||
rust-version: ${{ matrix.rust }}
|
||||
- run: cargo install cargo-tarpaulin
|
||||
# use a long timeout with tarpaulin as UI tests have to docker pull the
|
||||
# cypress.io image which can cause a test timeout with the default tarpaulin
|
||||
# timeout of 1 minute.
|
||||
- run: cargo tarpaulin --locked --verbose --out Html --timeout 900 ${{ matrix.args }}
|
||||
- run: cargo tarpaulin --locked --verbose --out Html ${{ matrix.args }}
|
||||
- name: Archive code coverage results
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user