Fix workflow name

Accidentally called the test workflow "build" instead of "test" woops
This commit is contained in:
zervo 2025-02-14 17:16:49 +01:00
parent 1810edd225
commit d9a408c9c5

View file

@ -1,6 +1,6 @@
on: [push]
jobs:
build:
test:
runs-on: docker
steps:
# Step 1: Check out the code