Skip to content

Commit

Permalink
ci: Use GitHub actions
Browse files Browse the repository at this point in the history
CircleCI shows errors.
  • Loading branch information
jtojnar committed Dec 17, 2023
1 parent a8215cc commit 06a7673
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "test"
on:
push:
branches:
- 'master'

jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24
- name: "Run tests"
run: './script/test'

0 comments on commit 06a7673

Please sign in to comment.