Skip to content

Commit

Permalink
fix: remove specific scarb version from CI (read from .tool-versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Aug 3, 2023
1 parent 0cde305 commit e6daf94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "0.5.2"
- run: scarb fmt --check
- run: scarb build
- run: scarb test

0 comments on commit e6daf94

Please sign in to comment.