mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-22 04:28:02 +00:00
06c2e023a9
* Move all scripts to a single directory * Switch to cargo-make * Remove the polkadot-sdk from the submodules * WIP: update the CI * Add other jobs to CI * Overhaul the polkadot-sdk caching step * Add a testing step * Fix the CI * Install clang and llvm dependencies * Update the version of clang * Install llvm on macos * Fix ci * Fix ci * Use 1.90.0 version of rust for the polkadot-sdk * Fix CI * Fix CI * Fix CI * Fix CI * Fix CI * Allow warnings * Update runners * Update runners * Simplify CI * Update MacOS runner * Fix zombienet tests * Make cache step faster
18 lines
262 B
Plaintext
18 lines
262 B
Plaintext
/target
|
|
.vscode/
|
|
.DS_Store
|
|
node_modules
|
|
/*.json
|
|
*.sh
|
|
|
|
# We do not want to commit any log files that we produce from running the code locally so this is
|
|
# added to the .gitignore file.
|
|
*.log
|
|
|
|
profile.json.gz
|
|
workdir
|
|
|
|
!/schema.json
|
|
!/dev-genesis.json
|
|
!/scripts/*
|