Add container image to release action test job
Some checks failed
Run Tests on Code / run-tests (push) Failing after 3m19s

This commit is contained in:
Neshura 2023-12-19 23:31:22 +01:00
parent 00099f8950
commit ccab3c247b
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -9,6 +9,7 @@ on:
jobs:
run-tests:
runs-on: docker
container: rust:latest
steps:
-
name: Installing Node and dependencies