Skip to content
Open
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ jobs:

- name: cargo build
run: cargo build --locked

- name: cargo test --ignored (network canaries, master only)
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
run: cargo test --locked --all-targets -- --ignored
Loading
Loading