Skip to content

Commit

Permalink
only unit tests in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aodhgan committed Jul 2, 2021
1 parent 56fdfe5 commit d08fd6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .solcover.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
skipFiles: ["test/RNGServiceMock.sol"],
skipFiles: ["test/"],
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint": "yarn solhint 'contracts/BadgerYieldSource.sol' && yarn prettier -c './**/*.js'",
"format": "yarn prettier --write contracts/*.sol && yarn prettier --write test/*.js && yarn prettier --write scripts/*.js",
"hint": "solhint \"contracts/BadgerYieldSource.sol\"",
"coverage": "FORK_MAINNET=true yarn hardhat coverage --testfiles \"test/*.js\"",
"coverage": "hardhat coverage --testfiles \"test/unit_test.js\"",
"coverage:file": "yarn hardhat coverage --testfiles",
"start-fork": "FORK_MAINNET=true hardhat node --no-reset --no-deploy",
"fork-run": "hardhat run --network localhost"
Expand Down

0 comments on commit d08fd6a

Please sign in to comment.