We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b165d commit f4508b8Copy full SHA for f4508b8
1 file changed
.github/workflows/ci.yml
@@ -34,17 +34,17 @@ jobs:
34
35
- name: Build contracts
36
run: |
37
- cd poker-texas-hold-em/contract
+ cd src
38
sozo build
39
40
- name: Run tests
41
42
43
sozo test
44
45
- name: Check formatting
46
47
48
scarb fmt --check
49
50
- name: ERC721
0 commit comments