diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 66ac567..0581b23 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -75,13 +75,10 @@ jobs: npm run test-core npm run test-generate npm run test-reports + npm run test-rpki npm run test-neighbor npm run test-dump - - name: Tests RPKI - run: | - npm run test-rpki - - name: Tests Proxy run: | npm install -g anyproxy diff --git a/tests/dump_tests/tests.js b/tests/dump_tests/tests.js index ed2bce1..e5e0603 100644 --- a/tests/dump_tests/tests.js +++ b/tests/dump_tests/tests.js @@ -33,7 +33,6 @@ const chai = require("chai"); const fs = require("fs"); const chaiSubset = require('chai-subset'); -const readLastLines = require("read-last-lines"); chai.use(chaiSubset); const expect = chai.expect; const volume = "volumetests/";