Skip to content

Commit f10fe9f

Browse files
author
Matt Woodward
committed
Fix big endian stage, only run modern tests
1 parent 89e503d commit f10fe9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
sudo apt-get -qq install gcc-multilib-mips-linux-gnu gcc-mips-linux-gnu qemu-user g++-mips-linux-gnu
127127
128128
- name: Run big endian tests
129-
run: make test-c
129+
run: make test-c-modern
130130
env:
131131
CC: mips-linux-gnu-gcc
132132
CXX: mips-linux-gnu-g++

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ test-c:
382382
$(MAKE) do-all-tests
383383
$(call announce-end,"Finished running C tests")
384384

385-
test-c-v4:
385+
test-c-modern:
386386
$(call announce-begin,"Running C tests")
387387
cd $(SWIFTNAV_ROOT)/c; \
388388
mkdir -p build/ && cd build/; \

0 commit comments

Comments
 (0)