Skip to content

Commit

Permalink
Testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzcf committed Aug 1, 2023
1 parent 776a260 commit e92f01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:

- name: Setup Ubuntu
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install ninja-build
Expand All @@ -41,4 +41,4 @@ jobs:
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose
run: cargo test jasmin --verbose

0 comments on commit e92f01a

Please sign in to comment.