Skip to content

Commit

Permalink
Linux CI (#14)
Browse files Browse the repository at this point in the history
* Update build_and_test.yml

* Update build_and_test.yml
  • Loading branch information
tokatoka authored Sep 21, 2023
1 parent c628a58 commit 7bbb8eb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,17 @@ jobs:
run: cargo build --verbose
# - name: Run tests
# run: cargo test --verbose
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install cxxbridge
run: cargo install cxxbridge-cmd
- name: install cargo-make
run: cargo install cargo-make
- name: Compile test
run: cargo make build_test
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit 7bbb8eb

Please sign in to comment.