Skip to content

Commit

Permalink
Update GH workflows to also build for native target
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Jul 19, 2024
1 parent 3b500bd commit 3efb3f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/build_native.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Build native
on: [push, pull_request]
jobs:
build:
runs-on: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build web
on: [push, pull_request]
permissions:
contents: write
Expand Down

0 comments on commit 3efb3f7

Please sign in to comment.