17
17
- uses : dtolnay/rust-toolchain@stable
18
18
- uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
19
19
-
uses :
software-mansion/[email protected]
20
- - name : Install universal-sierra-compiler
21
- run : |
22
- curl -L https://raw.githubusercontent.com/software-mansion/universal-sierra-compiler/master/scripts/install.sh | sh
23
20
- run : cargo test --release --lib -p forge
24
21
- run : cargo test --release integration -p forge
25
22
53
50
- uses : dtolnay/rust-toolchain@stable
54
51
- uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
55
52
-
uses :
software-mansion/[email protected]
56
- - name : Install universal-sierra-compiler
57
- run : |
58
- curl -L https://raw.githubusercontent.com/software-mansion/universal-sierra-compiler/master/scripts/install.sh | sh
59
53
- run : cargo test --release e2e -p forge
60
54
61
55
test-forge-runner :
75
69
- uses : dtolnay/rust-toolchain@stable
76
70
- uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
77
71
-
uses :
software-mansion/[email protected]
78
- - name : Install universal-sierra-compiler
79
- run : |
80
- curl -L https://raw.githubusercontent.com/software-mansion/universal-sierra-compiler/master/scripts/install.sh | sh
81
72
- name : Run Cheatnet tests
82
73
run : cargo test -p cheatnet
83
74
94
85
cache-directories : crates/sncast/tests/utils/devnet
95
86
- name : Install starknet-devnet-rs
96
87
run : ./scripts/install_devnet.sh
97
- - name : Install universal-sierra-compiler
98
- run : |
99
- curl -L https://raw.githubusercontent.com/software-mansion/universal-sierra-compiler/master/scripts/install.sh | sh
100
88
-
uses :
software-mansion/[email protected]
101
89
- name : Run tests
102
90
run : cargo test --release -p sncast
@@ -113,6 +101,18 @@ jobs:
113
101
- name : Run tests
114
102
run : cargo test --release -p conversions
115
103
104
+ test-sierra-casm :
105
+ name : Test Sierra Casm
106
+ runs-on : ubuntu-latest
107
+ steps :
108
+ - uses : actions/checkout@v4
109
+ - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
110
+ with :
111
+ toolchain : stable
112
+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
113
+ - name : Run tests
114
+ run : cargo test --release -p sierra-casm
115
+
116
116
test-scarb-api :
117
117
name : Test Scarb Api
118
118
runs-on : ubuntu-latest
0 commit comments