Skip to content

Commit f6bfc80

Browse files
author
tekkac
committed
fix
1 parent 6769a51 commit f6bfc80

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/fmt.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: software-mansion/setup-scarb@v1
1212
- run: scarb fmt --check
13-
- run: scarb test

Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ cairo_test = "2.8.5"
1717
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.33.0" }
1818

1919
[scripts]
20-
test = 'snforge test --max-n-steps 4294967295'
20+
test = "snforge test --max-n-steps 4294967295"

0 commit comments

Comments
 (0)