fix narrowing conversion

3 jobs for master in 23 seconds (queued for 7 seconds)
latest
Status Job ID Name Coverage
  Check
passed #91772
linter

00:00:11

 
  Test
failed #91774
test

00:00:12

failed #91773
test

00:00:12

 
Name Stage Failure
failed
test Test
          ^
void
1 error generated.
make[1]: *** [Makefile:170: obj/usan/tester/main.o] Error 1
make[1]: Target 'test' not remade because of errors.
make: *** [Makefile:163: test.usan] Error 2
make: Target 'test' not remade because of errors.
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1

Speed up your pipelines with Needs relationships

Using the needs keyword makes jobs run before their stage is reached. Jobs run as soon as their needs relationships are met, which speeds up your pipelines.

If you add needs to jobs in your pipeline you'll be able to view the needs relationships between jobs in this tab as a Directed Acyclic Graph (DAG).