Skip to content

Commit

Permalink
Merge pull request #2 from Aandreba/test-dev
Browse files Browse the repository at this point in the history
Added tests for zig's master branch
  • Loading branch information
Aandreba authored May 31, 2023
2 parents d41fac8 + 155c190 commit 9611fac
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
uses: actions/configure-pages@v3
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: 0.10.1
- name: Generate docs
run: zig build
- name: Upload artifact
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/tests-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Tests dev

on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: ["master"]
pull_request:
branches: ["master"]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
- run: zig build test

0 comments on commit 9611fac

Please sign in to comment.