summaryrefslogtreecommitdiff
path: root/c
diff options
context:
space:
mode:
authorJack O'Connor <oconnor663@gmail.com>2020-01-08 23:10:32 -0500
committerJack O'Connor <oconnor663@gmail.com>2020-01-09 09:48:52 -0500
commita0d7b4f3f814656f570f396b9fea73039494b014 (patch)
tree2fd077648803ace9983f07f223eb57ac2b2aa46f /c
parent10c13c8d1cb3ccf1a19a4516a22e0767d6e1a98b (diff)
merge the C code's ci.yml into the top level one
CI is not currently working due to quota issues, so I'll need to check that this is actually working later.
Diffstat (limited to 'c')
-rw-r--r--c/.github/workflows/ci.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/c/.github/workflows/ci.yml b/c/.github/workflows/ci.yml
deleted file mode 100644
index 7826402..0000000
--- a/c/.github/workflows/ci.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-name: tests
-
-on: [push]
-
-jobs:
- x86_tests:
- name: x86 tests
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v1
- - run: make test