Commit graph

11 commits

Author SHA1 Message Date
b94aecefe2
Use custom rust-node docker image
All checks were successful
Run Tests on Code / run-tests (push) Successful in 36s
2023-12-19 23:49:16 +01:00
f32e7d6ee5
Move cache action after repo clone
All checks were successful
Run Tests on Code / run-tests (push) Successful in 30s
2023-12-19 22:49:03 +01:00
db88d475dd
Revert "Use setup-node action"
All checks were successful
Run Tests on Code / run-tests (push) Successful in 41s
This reverts commit 1503628491.

node is required for actions to work, not available on the rust image
2023-12-19 22:46:20 +01:00
8ee5da5d53
Cache cargo dependencies using cache action
Some checks failed
Run Tests on Code / run-tests (push) Failing after 24s
2023-12-19 22:44:57 +01:00
1503628491
Use setup-node action 2023-12-19 22:44:50 +01:00
c6297b9157
Install clippy during Actions
All checks were successful
Run Tests on Code / run-tests (push) Successful in 33s
2023-12-19 22:21:52 +01:00
1f10a39db1
Add missing Node install step to Actions + Formatting
Some checks failed
Run Tests on Code / run-tests (push) Failing after 11s
2023-12-19 22:19:21 +01:00
5c59437595
Add Clippy checks to regular push and release Actions
Some checks failed
Run Tests on Code / run-tests (push) Failing after 1s
2023-12-19 22:12:28 +01:00
92a26a798b Fix Test Workflow
All checks were successful
Run Tests on Code / run-tests (push) Successful in 14s
2023-11-17 08:25:01 +00:00
9f20630511 Only run tests on regular pushes, not on tags 2023-11-17 08:21:00 +00:00
621975df0f Add Tests Workflow to be run every push
Some checks failed
Build and Release Binary File / run-tests (push) Successful in 3s
Run Tests on Code / run-tests (push) Successful in 2s
Build and Release Binary File / build (push) Failing after 4s
Build and Release Binary File / upload-release (push) Has been skipped
2023-11-17 08:15:04 +00:00