From 0d834a2c2ee9f1d01a3eb56a2b55edab0048d0b1 Mon Sep 17 00:00:00 2001 From: Laytan Laats Date: Wed, 2 Oct 2024 17:52:12 +0200 Subject: fix paths --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3802e7143..41f548119 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: ./odin test tests/core/speed.odin -file -all-packages -vet -strict-style -disallow-do -o:speed -define:ODIN_TEST_FANCY=false -define:ODIN_TEST_FAIL_ON_BAD_MEMORY=true ./odin test tests/vendor -all-packages -vet -strict-style -disallow-do -define:ODIN_TEST_FANCY=false -define:ODIN_TEST_FAIL_ON_BAD_MEMORY=true (cd tests/issues; ./run.sh) - ./odin check tests/benchmarks -vet -strict-style -no-entry-point + ./odin check tests/benchmark -vet -strict-style -no-entry-point build_freebsd: name: FreeBSD Build, Check, and Test @@ -66,7 +66,7 @@ jobs: ./odin test tests/core/speed.odin -file -all-packages -vet -strict-style -disallow-do -o:speed -define:ODIN_TEST_FANCY=false -define:ODIN_TEST_FAIL_ON_BAD_MEMORY=true ./odin test tests/vendor -all-packages -vet -strict-style -disallow-do -define:ODIN_TEST_FANCY=false -define:ODIN_TEST_FAIL_ON_BAD_MEMORY=true (cd tests/issues; ./run.sh) - ./odin check tests/benchmarks -vet -strict-style -no-entry-point + ./odin check tests/benchmark -vet -strict-style -no-entry-point ci: strategy: fail-fast: false @@ -132,7 +132,7 @@ jobs: ./run.sh - name: Check benchmarks - run: ./odin check tests/benchmarks -vet -strict-style -no-entry-point + run: ./odin check tests/benchmark -vet -strict-style -no-entry-point - name: Odin check examples/all for Linux i386 run: ./odin check examples/all -vet -strict-style -disallow-do -target:linux_i386 if: matrix.os == 'ubuntu-latest' @@ -212,7 +212,7 @@ jobs: shell: cmd run: | call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat - odin check tests/benchmarks -vet -strict-style -no-entry-point + odin check tests/benchmark -vet -strict-style -no-entry-point - name: Odin documentation tests shell: cmd run: | -- cgit v1.2.3