Skip to content

Commit

Permalink
chore: workflows config change
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Oct 31, 2024
1 parent d0c2d18 commit 96b82a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
jobs:
build:
continue-on-error: False
runs-on: ubuntu-latest
runs-on: macos-latest
concurrency: 1
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v3
Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:

# Compile the code and run foundry tests
- name: Run foundry tests
run: forge test --hh -vvv
run: forge test --hh -vv

scan:
name: gitleaks
Expand Down
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
solidity: {
compilers: [
{
version: "0.8.25",
version: "0.8.28",
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit 96b82a8

Please sign in to comment.