Skip to content
Snippets Groups Projects
Verified Commit e4fd63ff authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: new testing added

parent 97ba3046
No related branches found
No related tags found
No related merge requests found
Pipeline #4397 failed
......@@ -16,6 +16,8 @@ jobs:
rustup install 1.74.0
rustup override set 1.74.0
rustup default stable-msvc
- name: Test Base
run: cargo test
- name: Build Base
run: cargo build --release
- name: Build SDL
......@@ -38,6 +40,8 @@ jobs:
run: |
rustup install 1.74.0
rustup override set 1.74.0
- name: Test Base
run: cargo test
- name: Build Base
run: cargo build --release
- name: Build SDL
......
......@@ -32,6 +32,8 @@ jobs:
run: cargo clippy -- -D warnings -A unknown-lints
- name: Run unit tests
run: cargo test
- name: Run benchmarks
run: cargo bench
- name: Build development version
run: cargo build
- name: Build release version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment