diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index df1867c..f2e2c6a 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -25,4 +25,3 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build --if-present - - run: npm test diff --git a/package.json b/package.json index 37e3e69..b4cd943 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "gamedig", "description": "Query for the status of any game server in Node.JS", "scripts": { - "test": "", "lint:check": "eslint .", "lint:fix": "eslint --fix ." },