Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andylokandy committed Jun 16, 2024
1 parent 58a1e45 commit dc82dd8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Install Rust nightly
run: rustup toolchain install nightly
- name: Use Rust nightly
run: rustup default nightly
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit dc82dd8

Please sign in to comment.