Skip to main content

Compile Your Set

$ forge build
[⠆] Compiling...
[⠑] Compiling 48 files with 0.8.25
[⠃] Solc 0.8.25 finished in 1.44s
Compiler run successful!
$ forge test
[⠆] Compiling...
No files changed, compilation skipped

Ran 1 test for test/GmFromSet.sol:GmFromSetTest
[PASS] test_gm() (gas: 143)
Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 5.84ms (216.42µs CPU time)

Ran 1 test suite in 169.23ms (5.84ms CPU time): 1 tests passed, 0 failed, 0 skipped (1 total tests)