Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
frmdstryr committed Feb 22, 2023
1 parent 52f5c41 commit bf0ae0c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
@@ -0,0 +1,13 @@
name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo snap install zig --classic --edge
zig version
- name: Test
run: zig build test
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,5 +1,7 @@
zig-cache/
zig-out/

.kdev4/
*.kdev4
*.kate-swp

16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

0 comments on commit bf0ae0c

Please sign in to comment.