mre / mos6502

MOS 6502 emulator written in Rust
BSD 3-Clause "New" or "Revised" License
82 stars 15 forks source link

use cargo test now instead of skeptic to run tests #93

Closed omarandlorraine closed 1 year ago

omarandlorraine commented 1 year ago

Since recently, cargo test can do this.

So we can get rid of skeptic as discussed here