Skip to content

Commit

Permalink
Add github ci (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson authored Jul 4, 2024
1 parent 0cad045 commit fbed690
Show file tree
Hide file tree
Showing 34 changed files with 2,194 additions and 259 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: develop

on:
pull_request:
push:

jobs:
develop-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: |
cargo run
develop-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: |
cargo run
Loading

0 comments on commit fbed690

Please sign in to comment.