We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6769a51 commit f6bfc80Copy full SHA for f6bfc80
.github/workflows/fmt.yml
@@ -10,4 +10,3 @@ jobs:
10
- uses: actions/checkout@v3
11
- uses: software-mansion/setup-scarb@v1
12
- run: scarb fmt --check
13
- - run: scarb test
Scarb.toml
@@ -17,4 +17,4 @@ cairo_test = "2.8.5"
17
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.33.0" }
18
19
[scripts]
20
-test = 'snforge test --max-n-steps 4294967295'
+test = "snforge test --max-n-steps 4294967295"
0 commit comments